#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: transparent;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
	
#imageContainer{
	padding: 10px 0;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top:55px;
	left: 0;
	height: 35px;
	width: 96%;
	}
#imageContainer #hoverNav{ left: 0;}
#hoverNav a{ height:35px; outline: none;}

#prevLink, #nextLink{
	width: 25px;
	height: 35px;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	position:relative;
	z-index:80;
	}
#prevLink { 
	position:relative;
	left: 0;
	float: left;
	background: url(../images/prevlabel.png) no-repeat;
	background-position:0% 100%; 
}
#nextLink {
	position:relative;
	right: 0;
	float: right;
	background: url(../images/nextlabel.png) no-repeat;
	background-position:100% 100%
}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.png) no-repeat; background-position: 0% 100%; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) no-repeat; background-position:100% 100% }


#imageDataContainer{
	background-color: transparent;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	position:relative;
	z-index:100;
	}

#imageData{ color: #fff; margin: 0 40px 0 30px; }
#imageData #imageDetails{ padding:0; /*width: 70%;*/ float: left; text-align: left; }	
#imageData #caption{ font: bold 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif, Cambria;}
#imageData #numberDisplay{ font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif, Cambria; display: block; clear: left; padding-bottom: 1.0em;}			
#imageData #bottomNavClose{ width: 72px; float: right; margin:6px 10px 0 0; padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}