div#main{
	background: none;
	height: auto;
}
		

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 1;
margin-top: 300px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 9999;
}

.thumbnail span{ /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:absolute;
visibility: visible;
top:110px;
left:430px; /*position where enlarged image should offset horizontally */
z-index:99;
white-space:nowrap;
}

.hoverIamge
{
	position:relative;
	visibility: visible;
	z-index:1;
	
}

.outIamge
{
	position:absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.locImage
{
	width:80px;
	height:80px;
	float:left;
	padding:3px;
}

.locImage img
{
	border:solid 1px #000000;
}