#lightbox_border{
	position:absolute;
	z-index:999px;
	
	/* zusatz */
	/*border: 1px solid #ff0000;*/
}


#lightbox{
	position: absolute;
	width: 100%;
	z-index: 998;
}
#lightbox a img{ 
	border: none;
}

#outerImageContainer{	
	background-color: #999999;		
	width:685px !important;
	height:285px !important;
	border: 67px solid #999999;
	/*position:absolute;
	z-index:999px;*/
	
	/* zusatz */
	height:385px !important;
}

#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;
	
	margin-top:80px;
	
	/* zusatz */
	margin-top:130px;
	
	margin-left: 0px;
	
	float: left; 
	z-index: 999; 
	width:70px; 
	height: 398px;
}
#nextLink { 
	margin-right: -65px;
	
	margin-top:80px;
	
	/* zusatz */
	margin-top:130px;
	
	margin-right: 0px;
	
	float: right; 
	z-index: 999; 
	width:70px; 
	height: 398px;
}

#prevLink { background: url(../../../typo3conf/ext/jq_lightbox/lightbox/images/button_left_ci.gif) left 50% no-repeat; background-position:center; }
#nextLink { background: url(../../../typo3conf/ext/jq_lightbox/lightbox/images/button_right_ci.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;
}


