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

#lightbox a img{ border:none; }

#lightbox #TopNavClose{ width:100%; padding:0 auto 10px auto; }
#lightbox #TopNavClose img { width:32px; }

#outerImageContainer{
	position: relative;
	width:250px;
	height:250px;
	margin:.2em auto 0 auto;
	border-width:0 0 4px 0;
	border-style:solid;
	border-color:black;
}

#imageContainer { margin:0; padding:0; }

#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/lightbox2/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left:0; float:left; background:url(../images/lightbox2/prevlabel.png) left 50% no-repeat; }
#nextLink { right:0; float:right; background:url(../images/lightbox2/nextlabel.png) right 50% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background:url(../images/lightbox2/prevlabel-hover.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(../images/lightbox2/nextlabel-hover.png) right 50% no-repeat; }


#imageDataContainer{
	font:normal .8em/1em Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	background-color:;
}

#imageData{ padding:0; color:#ccc; border-top:solid 1px #999; }
#imageData #imageDetails{ width:100%; float:left; text-align:center; border-top:solid 1px #ccc; }	
#imageData #caption{ font:normal 1em/1.4em Helvetica, sans-serif; color:#433c3c; margin-bottom:.4em; padding:.5em 1.2em 1em 1.2em; background-color:white; border-top:solid 1px #eee; }
#imageData #numberDisplay{ display: block; clear: left; padding-top:0; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width:32px; float: right;  padding-bottom: 0.7em; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:black;
}