#lightbox{
	position: relative;
	width: 1000px;
	z-index: 100;
	text-align: center;
	color:#231f20;
	margin:auto;
}

#lightbox a, #lightbox a:hover {
	text-decoration:none;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: absolute;
	background-color: #231f20;
	width: 1000px;
	height: 740px;
	margin: 0 auto;
	z-index: 100;
	}

#imageContainer{
	padding: 10px;
	}

#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:32px;
	height:32px;
	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;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	position: absolute;
	width: 980px;
	height: 720px;
	margin: 0 auto;
	z-index: 10000;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ display:none;	}
#numberDisplay{ display: none; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { 
	position:absolute;
	top:340px;
	left:8px;
	background:url(../images/arrows.png) -41px 0px;
	width:41px;
	height:39px;
	text-indent:-999999px; 
}		
#nextLinkDetails { 
	position:absolute;
	top:340px;
	right:8px;
	background:url(../images/arrows.png) -82px 0px;
	width:41px;
	height:39px;
	text-indent:-999999px; 
}		
#slideShowControl { 
	position:absolute;
	bottom:-40px;
	width:980px;
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#ffffff;
}		
#closeLink {
	position:absolute;
	top:10px;
	right:10px;
	background:url(../images/closeBTN.png);
	width:73px;
	height:25px;
	text-indent:-999999px; 
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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 */
	}	
	


