#lightbox{
	position: absolute;
	width: 100%;
	z-index: 998;
	}
#lightbox a img{ 
	border: none;
}

#outerImageContainer{	
	background-color: #fff;	
	width:368px !important;
	height:265px !important;
	border: 67px solid #fff;
	position:absolute;
	z-index:999px;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
	
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	display: block;
}

#prevLink { 
	margin-left: -65px;
	float: left; 
	z-index: 999; 
	width:70px; 
	height: 398px;
}
#nextLink { 
	margin-right: -65px;
	float: right; 
	z-index: 999; 
	width:70px; 
	height: 398px;
}

#prevLink { background: url(../../../typo3conf/ext/jq_lightbox/lightbox/images/button_left.gif) left 50% no-repeat; background-position:center; }
#nextLink { background: url(../../../typo3conf/ext/jq_lightbox/lightbox/images/button_right.gif) right 50% no-repeat; background-position:center;}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 997;
	width: 100%;
	height: 500px;
	background-color: #000;
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.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 */
}	
	
#numberDisplay, #bottomNavClose, #imageDetails, #imageData,#imageDataContainer  {
	display:none;
}


#imageData, #imageDetails, #caption, #bottomNav, #bottomNavClose {
	display: none;
}


