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

#lightbox a img{ border: none; }

#outerImageContainer{
	background-color: #fff;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	position:relative;
	}

#imageContainer{
	padding: 10px;
	margin: 0;
	float:left;
	position:left;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	float:left;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#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 { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }



	

#imageDetails{
	text-align: left;
	position: right;
	padding-top: 120px;
	padding-bottom: 20px;
	overflow: auto;
	right: 20px;
	top: 20%;
	width: 350px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	}	
#imageDetails #caption{ 	font: 14px Georgia, "Times New Roman", Times, serif; line-height: 20px; }
#imageDetails #subcaption{ 	font: 10px Georgia, "Times New Roman", Times, serif; line-height: 14px; }
#imageDetails #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	
	
#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.8em;
	width: 100%	
	}
	

#imageData{	padding:0 10px; color: #666; }
#imageData22 #bottomNavClose22{ width: 66px; float: center;  padding-bottom: 0.7em;	}	
#imageData #bottomNavClose{ width: 66px; height: 30px; float: center;  padding-bottom: 10px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	}
