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

#lightbox a img{ border: none; }

#outerImageContainer{
	border-left: 1px solid #c9cbc8;
	border-right: 1px solid #c9cbc8;
	border-top: 1px solid #c9cbc8;
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 4px;
	}

#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%;*/
	float: right;
	padding: 30px 5px 0 0;
	text-align: right;
	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: inline;
	height: 18px;
	width: 28px;
	}
#prevLink { display: inline;}
#nextLink { display: inline;}
#prevLink:hover, #prevLink:visited:hover { background: none; }
#nextLink:hover, #nextLink:visited:hover { background: none; }


#imageDataContainer{	
	border-bottom: 1px solid #c9cbc8;
	border-left: 1px solid #c9cbc8;
	border-right: 1px solid #c9cbc8;
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	padding-bottom: 10px;
	overflow: auto;
	width: 100%;	
	}

#imageData{	padding:0 4px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ display: block; font-weight: bold; padding:0 10px;	}
#imageData #caption h2 { 	
	margin: 20px 0 0 0;
}
#imageData #caption p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin: 1.0em 0 0 0;
}
#imageData #numberDisplay{ display: block; clear: left; font-size: 0.8em; padding: 10px; }			
#imageData #bottomNavClose{ width: 66px; float: left; margin: 30px 10px 0 0; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #2b5bad;
	}