#GalleryContainer {
	/*	background-image:url(Images/innergradient3.jpg);*/
	background-repeat:no-repeat;
	position:absolute;
	left: 6px;
	margin-top:10px;
	width:753px;
	height:540px;
	line-height: 1.3em;
	padding: 10px;
	top: 50px;

}

.thumbnail img{
margin-top: 3px;
border: none;
margin-left: 10px;
}

.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: 5px;
left: 500px; /*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;	
}

a.linkopacity img {
		filter: alpha(opacity=90); 
		-moz-opacity: 0.9; 
		opacity: 0.9;
		}

		a.linkopacity:hover img {
		filter: alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
		}
		
		.linkopacity img { border: 1px solid #555555 ;}
		.linkopacity:hover img { border: 1px solid #999999; }

.linkopacity {
	position:absolute;
	left:515px;
	top:400px;
	
}
