@charset "utf-8";
/* Styles Used for Internet Explorer bugs */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.thumbnail_ct:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top:-75px;
left: 100px; /*position where enlarged image should offset horizontally. FF set it to fixed so it would always be in the middle of the page */
}


.thumbnail_lt:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top:-75px;
left: 270px; /*position where enlarged image should offset horizontally. FF set it to fixed so it would always be in the middle of the page */
}


.thumbnail_rt:hover span	{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: -75px;
left: -400px; /*position where enlarged image should offset horizontally. FF set it to fixed so it would always be in the middle of the page */
}



