#lightbox{

	position: absolute;

	top: 40px;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}

#lightbox a img{

	border: none;

}

#outerImageContainer{

	position: relative;

	background-color: #FFFFFF;

	width: 250px;

	height: 250px;

	margin: 0 auto;

	border:1px dotted #A8825C;

}

#outerImageContainer img {

	border:1px solid #A8825C;

}

#imageContainer{

	padding: 10px 8px;

}

#loading{

	position: absolute;

	top: 35%;

	left: 0%;

	height: 25%;

	width: 100%;

	_width: 108%;

	text-align: center;

	line-height: 0;

}

#imageDataContainer{

	/*border:1px solid #FF0000;*/

	position:relative;

	top:-1px;

	border:1px dotted #A8825C;

	border-top:none;

	background-color: #fff;

	margin: 0 auto;

}

#imageData{

	padding:0 10px;

}

#imageData #imageDetails{

	width: 70%;

	float: left;

	text-align: left;

}	

#imageData #caption{

	font-weight: bold;

}

#imageData #numberDisplay{

	display: block;

	clear: left;

	padding-bottom: 1.0em;

}			

#imageData #bottomNavClose{

	float: right;

	width: 66px;

	padding-bottom: 10px;

}	

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #a67516;

	background-image:url(../images/lightbox_bg001.gif);

	filter:alpha(opacity=60);

	-moz-opacity: 0.6;

	opacity: 0.6;

}