/* CSS Document */

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100% !important;
	height: 800px !important;
	background-color: #333399;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	color:#333333;
	}
	#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
	#lightbox{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

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

#imageContainer{
	padding-top: 10px;
	padding-bottom:30px;
	}