#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
}

#lightbox a img { border: none; }

#outerImageContainer{
	position: relative;
	background-color: #4d4454;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { padding: 10px; }

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2001;
}

#imageContainer>#hoverNav { left: 0; }

#hoverNav a { outline: none; }

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox_prev.png) no-repeat left 15%; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox_next.png) right 15% no-repeat; }

#imageDataContainer{
	font-size: 10px;
	background-color: #4d4454;
	padding-bottom: 10px;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData { 
/*	padding: 0 10px; */
	padding-top: 5px;
	min-height: 75px;
	color: #fff;
	background: transparent url(../images/lightbox_logo.png) no-repeat bottom left;
}

#imageData #imageDetails { 
	width: 95%; 
	background: transparent url(../images/lightbox_logo.png) no-repeat 0px 0px;
	float: left; 
	text-align: left; 
}	

#imageData #caption { 
	color: #fff; 
/*	padding: 45px 0 0 115px;*/
	padding-left: 115px;
	display: block;
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
/*	padding-bottom: 1.0em;*/
	padding-left: 115px;	
	font-style: italic;
}	
		
#imageData #bottomNavClose { 
	width: 68px; 
	float: right;  
	padding-bottom: 0.7em;
	margin: 30px 10px 0 0;	
}	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1999;
	width: 100%;
	height: 500px;
	background-color: #20111a;
}