<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-image: url(../images/bigback.png);
	padding-top: 25px;
	background-repeat:no-repeat;
	background-position:center;
	/*background-color: #ff99cc;*/
padding: 5px;
	middle: -10px;
	/*border: 1px dashed gray;*/
height: 358px;
	width: 616px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left: 275px;
	top: -237px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
right: 637px; /*position where enlarged image should offset horizontally */

}

</style>

