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

#lightbox a img { border: none; }

#outerImageContainer{
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	}

#imageContainer {
	padding: 0;
	}

#loading {
	position: absolute;
	top: 50%;
	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: 10;
	}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 50%;
	height: 100%;
	display: block;
	margin: 0;
	}
	
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }


#imageDataContainer{
	font: 9px Helvetica, Arial, Verdana, sans-serif;
/*	background-color: #231f20; */
	margin: 0 auto;
	line-height: 1.4em;
	overflow: none;
	width: 100%;
	margin-top: 10px;
	height: 30px;
	}

#imageData {padding: 10px; color: #231f20; }
#imageData strong { color:  #ec008c; font-weight: bold; }
#imageData #imageDetails { width: 90%; float: left; text-align: left; }	
#imageData #caption { font-weight: lighter; font-style: normal;	}
#imageData #numberDisplay { display: none; clear: left; }			
#imageData #bottomNavClose { display: block; width: 22px; float: right; margin-right: 5px; /* padding-bottom: 0.7em; */	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}