@charset "utf-8";
/* CSS Document */


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

.thumbnail-l:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 275px;
left: 175px; /*position where enlarged image should offset horizontally */
z-index: 10;
}

.thumbnail-p:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 125px;
left: 175px; /*position where enlarged image should offset horizontally */
z-index: 10;
}
