#GalleryContainer {
	/*	background-image:url(Images/innergradient3.jpg);*/
	background-repeat:no-repeat;
	position:absolute;
	left: 13px;
	margin-top:10px;
	width:753px;
	height:489px;
	line-height: 1.3em;
	padding: 10px;
	top: 50px;

}

.thumbnail img{
margin-top: 3px;
border: none;
margin-left: 2px;
}

.thumbnail:hover{
background-color: transparent;
border: none;
text-decoration: none; 
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -2000px;
visibility: hidden;
color: #000000;
text-decoration: none;
border: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 115px;
left: 396px; /*position where enlarged image should offset horizontally */
z-index: 50;
background-color: transparent;
border: none;
text-decoration: none;
text-align: center;
}


#Container a:link {
	text-decoration: none;
	color:#666666;
}
#Container a:visited {
	text-decoration: none;
	color: #666666;
}
#Container a:active {
 	text-decoration: none;
	color: #666666;
}
#Container a:hover {
	text-decoration: underline;
	color: #0066FF;	
}


