#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{ width: auto; height: auto;}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 75px auto 10px;
}

#imageContainer{ padding: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 50%; left: 0;  width: 937px; z-index: 10; margin-left: -79px; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink,
#nextLink {
	width: 79px;
	height: 33px !important;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
	background: url(../images/bu_prev_image.jpg) left 50% no-repeat;
}

#nextLink {
	right: 0;
	float: right;
	background: url(../images/bu_next_image.jpg) right 50% no-repeat;
}

#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	width: 100%	;
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

#imageData{	padding:0; color: #494949; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }

#imageData #caption{ }

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 119px; float: right; outline: none; display: block;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
}