#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#outerImageContainer, #imageDataContainer{
	border: #a69fce 1px solid;
	background-color:white;
}
#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageDataContainer{
	border-top: none;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 10px;
	margin-top:-1px;
	overflow: auto;
	width: 100%	
	}
#imageDataContainer a {
	color: #615798;
	font-weight: normal;
	}
#imageContainer{
	padding: 10px;
	}

#loading{ top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; position: absolute; }
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#nextLink{ width: 77px; height: 33px; background: url(blank.gif) no-repeat; /* Trick IE into showing hover */
	right: 0; float: right; display: block; }
#prevLink { background: url(blank.gif) no-repeat; left: 0; display: block; width: 100px; height: 33px; float: left; }
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 5px;	}			
#imageData #bottomNavClose{ background-image: url(closelabel.gif); width: 22px; height: 33px; float: right; margin-bottom: 5px; }
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: white;
	}