#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#innerImageContainer{
	position: relative;
	background-color: #CC9900;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding:2px;
	}

#outerImageContainer{
	position: relative;
	background-color: #000000;
	width: auto;
	height: auto;
	margin: 0 auto;
	}

#imageContainer{
	padding: 32px;
	}

#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: 0;
	}
#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 {
background: url(prevlabel.gif) left 0 no-repeat;
left: 0;
float: left;
}

#nextLink {
background: url(nextlabel.gif) right 0 no-repeat;
right: 0;
float: right;
}

#imageDataContainer{
	font: 10px Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 32px; color: #CC9900; }
#imageData #imageDetails{ width: 65%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 80px; float: right;  padding-bottom: 3px;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
	width: 100%;
	background-color: #CC9900;
	}
