#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	
	}
	
#hoverNav{	
	left: 0;
	width: 100%;
	z-index: 10;
	clear:both;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
	
#imageDataContainer {
	padding-top: 10px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: white;
	border-right-style: solid;
	border-left-color: white;
	border-left-style: solid;
	background-color: white;
	font: 14px AkzidenzGrotesk, Arial;
	margin: 0 auto;
	overflow: auto;
	width: 95%	;
}

#imageData { 
	position: relative; 
	padding-left: 10px; 
	padding-right: 5px;
	color: #a1a1a1; 
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{	}
#imageData #bottomNavClose{width: 17px; float: right;	}	
		
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(/images/overlat.png);
	}
