@charset "UTF-8";


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

#main .thumbnail{
position: relative;
z-index: 0;
}

#main .thumbnail:hover{
background-color: transparent;
z-index: 50;
}

#main .thumbnail span{ /*CSS for enlarged image*/
position: absolute; 
background-color: #ccc;
padding: 5px;
left: -1000px;
border: 1px double #000000;
visibility: hidden;
color: #000000;
text-decoration: none;
text-align: center;
}

#main .thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#main .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
left: 350px; /*position where enlarged image should offset horizontally */

}
