#lightbox{
	position: absolute;
	right:0px;

	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: absolute;
	right:0px;
	background-color: #5A0201;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	background:#5A0201;

	}
	

	
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink{
	width: 45%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	
	}


 #nextLink{
	
	width: 45%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;

	}
#prevLink { left: 0px; float: left;background: url(../images/prev.gif) 13% 100% no-repeat;}
#nextLink { right: 0px; float: right;background: url(../images/next.gif) 87% 100% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) 13% 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) 87% 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	position:absolute;
	top: 20px;
	right:350px;
	width:230px;
	color:white;
	
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; color:white;}	
#imageData #caption{ font-weight: bold; color:white;	}
#imageData{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}


 #numberDisplay{ 
	display: block; 
	clear: left;
	padding-bottom: 1.0em;
	color:#666;
	}			
		
#overlay{
	display:none;

	}

#bottomNavClose{
	display:none;
}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	position: absolute;
	right:0px;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
