/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*IMAGEPOPUP */

.files_popup{
position: relative;
z-index: 0;
}

.files_popup:hover{
background-color: transparent;
z-index: 50;
}

.files_popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: #CC0000;
text-decoration: none;
}

.files_popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -3px; /*original 0 /*position where enlarged image should offset vertically */
left: -5px; /*position where enlarged image should offset horizontally */
}
