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

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 4px;
	}
#imageContainer #bottomNav {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 2px 2px 4px 4px;
	z-index: 30;
	background: #fff8e3;
}
#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: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/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/prev_small.gif) left 56px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next_small.gif) right 56px no-repeat; }


#imageDataContainer{
	font: 11px Arial, sans-serif;
	color: #4d4d4d;
	background-color: #fff8e3;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	display: none;
	visibility: hidden;
	}

#imageData{	padding:0 10px; color: #666; background: orange; }
#imageData #imageDetails{ background: blue; }	
#imageData #caption, #imageData #numberDisplay{ padding-bottom: 5px; width: 40%; }	
#imageData #caption{ font-weight: bold; color: #5a2138; float: left; text-align: left; }
#imageData #numberDisplay{ float: right; text-align: right; }	
/*		
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	border: 1px solid red; }	
*/
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	cursor: pointer;
	height: 500px;
	background-color: #000;
	}
