

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 74px; /*position where enlarged image should offset horizontally */

}




/* css image POPUP ------------------------------------------------------------------------------------------------------------------------------- */
#pic { background-color: #FFFFFF; left: 0px; position: relative; top: 0px; width: 69px; }

#pic a .large { border: 0px; display: block; height: 1px; left: -1px; position: absolute; top: -1px; width: 1px; }

#pic a img { border: 0; }

#pic a.p1, #pic a.p1:visited { background: #FFFFFF; display: block; height: 122px; left: 0; text-decoration: none; top: 0; width: 69px; z-index: 0; }

#pic a.p1:hover { background-color: #8C97A3; color: #000000; text-decoration: none; }

#pic a.p1:hover .large { border: 1px solid #000000; display: block; height: 438px; left: 80px; position: relative; top: -125px; width: 238px; z-index: 50; }



/* css image2 POPUP ------------------------------------------------------------------------------------------------------------------------------- */
#pic2 { background-color: #FFFFFF; left: 0px; position: relative; top: 0px; width: 69px; }

#pic2 a .large { border: 0px; display: block; height: 1px; left: -1px; position: absolute; top: -1px; width: 1px; }

#pic2 a img { border: 0; }

#pic2 a.p2, #pic2 a.p2:visited { background: #FFFFFF; display: block; height: 122px; left: 0; text-decoration: none; top: 0; width: 69px; }

#pic2 a.p2:hover { background-color: #8C97A3; color: #000000; text-decoration: none; }

#pic2 a.p2:hover .large { border: 1px solid #000000; display: block; height: 438px; left: 80px; position: relative; top: -259px; width: 238px; }



