#lightbox {	
	position: relative; 
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img { 
	width: auto;
	height: auto;
}
#lightbox a img { 
	border: none!important;
}

#outerImageContainer { 
	position: relative; 
	margin: 0 auto;
}

#imageContainer { 
	padding: 0;
}

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

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

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	 width: 49%; 
	 background-image: url(data:image/gif;base64,AAAA);
	  /* Trick IE into showing hover */ 
	  display: block;
	  position: absolute;
	  bottom: 0;
	  height: 25px!important;
	  width: 42px;
}

#prevLink { 
	left: -20px; 
	float: left; 
	background: url(../images/previous.gif) left top no-repeat; 
}

#nextLink { 
	right: -20px; 
	float: right; 
	background: url(../images/next.gif) right top no-repeat; 
	
}

#imageDataContainer { 
	font: 14px Arial; 
	background-color: #fff; 
	margin: 0 auto; 
}

#imageData {	
	padding:0 10px; 
	color: #666;
	margin: 0 auto; 
	width: 250px;
}

#imageData #imageDetails { 
	text-align: center; 
}	
#imageData #caption { 
	font-weight: lighter;
}

#imageData #numberDisplay { 
	display: none;
}
			
#imageData #bottomNavClose {
cursor: pointer;
	height: 25px;
	margin: 0 0 0 45px;
	width: 25px;
}	 	

#overlay { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	background-color: #FFF;
}

#bottomNav {
	width: 25px; 
	height: 25px; 
	position: absolute;
	top: 0;
	left: 830px;
}

