
	
#galleryImageArea
{
	height: 640px;
	width: 734px;
	margin-top: 60px;
	margin-left: 347px; /* 280 ((734 - 600) / 2) */
}
		
#gal
{
	width: 600px;
	margin-top: 30px;
	overflow: hidden;
}
		
#gal-main-viewer
{
	width: 600px; 
	height: 400px;
	background-color: #667186;
	overflow: hidden;
}
		
#gal-thumbs-wrapper
{
	width: 600px;
	margin-top: 58px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #828E9E;
}
		
#gal-thumbs
{
	height: 50px;
}

#gal-thumbs img 
{
border: 0;
}

#gal-thumbs a:link, #gal-thumbs a:visited, #gal-thumbs a:active {
outline: none;
}

#gal-thumb
{
	float: left; 
	height: 50px;
	margin-left: 2px;	
	padding: 2px;
	overflow: hidden;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
MozOpacity: 0.5;
KhtmlOpacity: 0.5;
opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
MozOpacity: 1;
KhtmlOpacity: 1;
opacity: 1;
}
