@charset "UTF-8";/* CSS Document */<style type="text/css">.thumbnail{position: relative;z-index: 0;}.thumbnail:hover{background-color: transparent;z-index: 50;}.thumbnail span{ /*CSS for enlarged image*/	position: absolute;	padding: 3px;	visibility: visible;	left: -500px;	text-indent: 10px;	text-decoration: none;	background-color: transparent;}.thumbnail span img{ /*CSS for enlarged image*/	border-width: 0;	padding: 2px;	font-size: xx-large;	}.thumbnail:hover span{ /*CSS for enlarged image on hover*/	visibility: visible;	top: 730px;	left: 350px; /*position where enlarged image should offset horizontally */	position: static;	font-size: 36px;	border: none;	text-decoration: none;}</style>
