﻿


._500003{
	position: relative;
	z-index: 0;
}

._500003:hover{
background-color: transparent;
z-index: 50;
}

._500003 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #CCCCCC;
	padding: 2px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

._500003 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	position: relative;
}

._500003:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	bottom: 0px;
	
}




