/* Gallery Style */

.gallery  {
	margin: 0px;
	padding: 0px;
	width: 600px;
	list-style: none;
	float: right;	
}

.gallery li {
	float: left;
	display: block;
	width: 173px;
	height: 125px;
	position: relative;
 }

.gallery li a img {
	border: none;
	-moz-opacity: .50; 
	-ms-filter: "alpha(opacity=50)"; 
	filter: alpha(opacity=50); 
	opacity: .50;
}

.gallery li a:hover img {
	border: none;
	-moz-opacity: 1.00; 
	-ms-filter: "alpha(opacity=100)"; 
	filter: alpha(opacity=100); 
	opacity: 1.00;
}

.gallery li a:link, .gallery li a:visited, .gallery li a:focus, .gallery li a:active {
	padding: 3px;
	background: #2a2a2a;
	width: 100px;
	height: 71px;
	border: 1px solid #1a1a1a;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -54px 0 0 -54px;
}

.gallery li a:hover {
	border-color: #3a3a3a;
}
/* Help pop up Style */
.Helplayer {
	position:absolute;
	width:484px;
	height:115px;
	z-index:10;
	left: 212px;
	top: 49px;
	overflow: visible;
	background-color: #003366;
}

.Helplayer a:link, .Helplayer a:visited  {
	color: #FFFFCC !important; 
	text-decoration: underline !important;	
}

.Helplayer a:hover {
	text-decoration: underline !important;
	background-color: #003366 !important;
	font-style: italic !important;
}
/* End of Gallery Style */
