.thumbnail9{
	position: static ;
	z-index: 0;
	border:none;

}

.thumbnail9:hover{
position: relative;
background-color: transparent;
z-index: 50;
}

.thumbnail9 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail9 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
text-decoration: none;

}

.thumbnail9:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -93px; /*position where enlarged image should offset horizontally */
}
