#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img{ 
	border: none;
	background:none;
	}

#outerImageContainer{
	position: relative;
	background-color: #1D337C;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#prevLink, #nextLink {
	height: 45px;
	display: block;
	}
#prevLink {
	width: 52px;
	float:left;
	background:url(../images/prev.gif) right top no-repeat
	}
#nextLink {
	width: 52px;
	float:right;
	background:url(../images/next.gif) left top no-repeat
	}
#prevLink:hover,#prevLink:visited:hover {
	background-position:right -47px
	}
#nextLink:hover, #nextLink:visited:hover {
	background-position:left -47px
	}
	
#imageDataContainer{
	background-color:#1D337C;
	margin: 0 auto;
	line-height: 1.5em;
	color:#FFFFFF;
	}

#imageData {
	padding:5px 50px 5px 50px;
	}
#imageData #imageDetails { 
	text-align: center;
	padding-bottom: 1.0em;  
	}	
#imageData #caption { 
	font-size:1.2em;
	}
#imageData #numberDisplay { 
	display: block; 
	font-size:1em;
	color: #FFCC00;
	}		
		
#bottomNavClose {
	position:absolute;
	top:0;
	right:0;
	}
	
#bottomNavClose img {
	width:42px;
	height:42px;
	background:none;
	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #0066cc;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.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 */
	}	
	
