#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:black;
	filter:alpha(Opacity=0);
	opacity:0.00;
	z-index:100;
	-moz-opacity:0.00;
	-khtml-opacity:0.00;
}

#galleryPane {
	display:none;
	width:440px;
	position:absolute;
	z-index:150;
	background:white;
	top:60px;
	left:50%;
	font:10pt tahoma;
	border:1px solid #CCCCCC;
	margin-left: -200px;
}

#galleryClose {
	background-color:#333333;
	color:#CCCCCC;
	padding:4px;
	font-size:8pt;
	font-weight:600;
	cursor:pointer;
	text-align:right;
}

#galleryClose:hover {
	color:#FFFFFF;
}

#imageWrapper {
	padding:20px;
}

.imageIcon {
	padding:8px;
	cursor:pointer;
}

.imageIcon:hover {
	background-color:#234D5F;
}

.galleryICONS {
	text-align:center;
	font-size:8pt;
	color:#999999;
}

.manualDOWNLOAD {
	font-size:8pt;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.manualDOWNLOAD img {
	position:relative;
	top:4px;
}

.manualDOWNLOAD a {
	color:#004477;
	text-decoration:none;
}

.manualDOWNLOAD a:hover {
	color:#000000;
	text-decoration:underline;
}