#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background: #004a96 url('../_images/body_bg.jpg') repeat-x;
	}

#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: auto;
	height: auto;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	width: 95px;
	margin: auto;
	height: 20px;
	background: #fff;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink
{
	display: block;
	float: left;
	width: 17px;
	height: 18px;
	color: #e70202;
	padding-top: 4px;
	}
	
#prevLink {
	background: url('../_images/lightbox_prev.gif') no-repeat 0px 4px;
}

#nextLink {
	background: url('../_images/lightbox_next.gif') no-repeat 0px 4px;
}
#prevLink:hover, #prevLink:visited:hover { color: #f00; }
#nextLink:hover, #nextLink:visited:hover { color: #f00; }


#imageDataContainer{
	font: 11px Tahoma, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; font-size: 11px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ 
	display: block;
	font-weight: bold;	
	padding: 6px 0px 0px 0px;
	}		
#imageData #bottomNavClose{ float: right; padding-top: 3px; height: 20px;}	

#imageDataContainer2{
	font: 10px Tahoma, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
	
#imagePasek2{
	margin: 0px 10px 0px 10px;
  	height: 21px;
}
#imageData2{  height: 10px; padding: 6px 10px 0px 10px; clear:both;}

#numberDisplay{ font-weight: bold; font-size: 12px; color: #000; float: left;	margin: 0px 10px 0px 10px; padding-top: 5px;}		