/* 
    Document   : dynamic_image
    Created on : 17.02.2009, 11:46:11
    Author     : Roman Simecek
    Description: the CSS for the dynamic image extension
*/
/* common style of the dynamic images */
a.dynamic_image_extension,
a.dynamic_image_extension_hover {
    display:block;
    background-repeat:no-repeat;
}
/* hiddes the text from the user */
a.dynamic_image_extension span,
a.dynamic_image_extension_hover span {
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
/* for the hover effect */
a.dynamic_image_extension_hover:hover {
    background-position: left bottom;
}
