
#lightbox {
	position: absolute; left:0;
	width: 100%;
	line-height: 0;
	text-align: center;
	z-index: 100;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: none;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position:absolute; top:40%; left:0;
	width: 100%;
	height: 25%;
	line-height: 0;
	text-align: center;
}
#hoverNav {
	position:absolute; top:0; left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink,
#nextLink {
	display: block;
	width: 45%;
	height: 100%;
	background: transparent url(../lightbox_images/blank.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink {
	display: inline;
	left: 0;
	float: left;
	margin-left: 10px;
}
#nextLink {
	display: inline;
	right: 0;
	float: right;
	margin-right: 10px;
}

#prevLink:hover,
#prevLink:visited:hover {
	background: url(../lightbox_images/btn_prev.gif) left 55% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(../lightbox_images/btn_next.gif) right 55% no-repeat;
}
#imageDataContainer {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	line-height: 1.4em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	overflow: auto;

}
#imageData {
	position: relative;
/*	min-height: 50px;
	_height: 50px;*/
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	margin: 0 auto 0 0;
	padding-bottom: 50px;
	text-align: left;
}	
#imageData #caption {
	font-size: 12px;
	line-height: 1.4;
	color: #666666;
}
#imageData #numberDisplay {
	position:absolute; bottom:22px; left:10px;
	clear: left;
	font-size: 15px;
	color: #504e4f;
}			
#imageData #bottomNavClose {
	position:absolute; bottom:10px; right:10px;
	display: block;
	width: 101px;
	height: 40px;
	background: url(../lightbox_images/btn_close.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
#imageData #bottomNavClose:hover {
	background: url(../lightbox_images/btn_close_on.jpg) 0 0 no-repeat;
}
/*#imageData #bottomNavClose img {
	margin: 5px 0 15px;
}	*/	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #1f1e1c;
	z-index: 90;
}

