#lightbox{	
	position:absolute;
	margin-left:-372px;
	margin-top:-210px;
	width:744px; 
	height:480px; 
	z-index: 100; 
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ 
	position:relative; 
	margin:0;
	background-color:#00818D; 
}
#imageContainer {
	padding:0; 
}

#imageContainer img {
	position:absolute;
	top:0;
}

#loading { 
	position: absolute; 
	top:50%; 
	left:50%;
	margin-top:-40px;
	margin-left:-85px;
	height:80px; 
	width:80px; 
	text-align: center; 
	line-height: 0; 
}

/*#hoverNav { 
	position: absolute; 
	top:189px; 
	left:0; 
	z-index: 10;
}*/

#hoverNav {
	position:absolute;
	top:180px;
	left:0;
	margin:0;
	padding:0;
}

#hoverNav a{ outline: none;}

#prevLink, 
#nextLink { 
	width: 32px;
	background-image: url(data:image/gif;base64,AAAA); 
	/* Trick IE into showing hover */ 
	display: block;
}

/*#prevLink { 
	position:relative;
	left:-49px; 
	background: url(../images/prevlabel.gif);
	background-repeat:no-repeat; 
	float: left;
}

#nextLink {
	position:relative;
	left:50px; 
	background: url(../images/nextlabel.gif);
	background-repeat:no-repeat; 
	float: right;
}*/

#prevLink {
	position:absolute;
	left:-77px; 
	background: url(../images/prevlabel-up.gif);
	background-repeat:no-repeat;
	background-position:20px 0;
	width:70px;
}

#nextLink {
	position:absolute;
	left:750px; 
	background: url(../images/nextlabel-up.gif);
	background-repeat:no-repeat;
	background-position:20px 0;
	width:70px;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(../images/prevlabel-over.gif);
	background-repeat:no-repeat;
	background-position:20px 0;
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(../images/nextlabel-over.gif);
	background-repeat:no-repeat;
	background-position:20px 0;
}

#imageDataContainer {
	position:absolute;
	top:420px;
	z-index:150;	
	font: 10px Verdana, Helvetica, sans-serif; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow:visible;
}

#imageData{	padding:0; color: #666; }
#imageData #imageDetails{ float: left; text-align: right;}
#imageData #caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	margin:0px 5px 0px 0px;
	float:left;
}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
/*#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}*/

#imageData #bottomNavClose {
	position:absolute;
	top:-457px;
	left:718px;
	width:35px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
	background: url(../images/close-up.gif);
	background-repeat:no-repeat; 
}

#imageData #bottomNavClose:hover {
	background: url(../images/close-over.gif);
	background-repeat:no-repeat; 
}

.urlLink {
	margin:3px 0px 0px 25px;
	float:right;
}

.urlLinkblank a {
	margin:3px 0px 0px 25px;
	cursor:default;
	float:right;
}

.titleImage {
	margin:0px 0px 0px 0px;
	float:left;
}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }