<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;
	background-color: #EEEEEE;
	padding: 2px;
	left: -4px;
	border: thin solid #999999;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	top: 120px;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;

}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 50px; /*position where enlarged image should offset horizontally */
}

.btmthumbnail{
position: relative;
z-index: 0;
}
.btmthumbnail:hover{
background-color: transparent;
z-index: 50;
}
.btmthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #EEEEEE;
	padding: 2px;
	left: -4px;
	border: thin solid #999999;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	top: 500px;
}
.btmthumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;

}
.btmthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 50px; /*position where enlarged image should offset horizontally */
}




</style>

