#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	border-top:12px;
	color:#336699;
	text-decoration:none;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #999999;
	width: 250px;
	height: 280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#imageContainer{
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:53px;
	height:53px;
	background:url("../images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	color: #336699;
	}
#imageContainer>#hoverNav{ right: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background-color: transparent; 
	background-image: url("../images/prevlabel.gif"); 
	background-repeat: no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
	#nextLinkImg{
	width: 49%;
	height: 100%;
	background-color: transparent; 
	background-image: url("../images/nextlabel.gif"); 
	background-repeat: no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLinkImg { left: 0; float: left; background: url("../images/prevlabel.gif") left 0% no-repeat; }
#nextLinkImg { right: 0; float: right; background: url("../images/nextlabel.gif") right 0% no-repeat; }
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("../images/prevlabel-over.gif") left 0% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("../images/nextlabel-over.gif") right 0% no-repeat; }



#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	font: 11px Verdana, Helvetica, sans-serif;
	padding:0 20px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: normal; letter-spacing: .1px;	}
#numberDisplay{ display: block; clear: left; color:#999999;
	text-decoration:none; }			
#detailsNav{  display: block; clear: left; padding:10px 0 10px 0; color:#336699; letter-spacing: .1px; }	
#prevLinkDetails {  font: 11px Arial, Verdana, Helvetica, sans-serif; margin:0 8px 0 0; color:#336699; }		
#nextLinkDetails {  font: 11px Arial, Verdana, Helvetica, sans-serif; margin:0 8px 0 0; color:#336699; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("../images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
#HelpText{
	float: right;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	width: 100%;
	text-align: right;
	padding-top: 0.3em;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #999999;
	background-image: url(../images/swirl.gif);
	background-repeat: repeat-y;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	