#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{
	width: 100%;
	height: 100%;
}
#lightbox a img{
	border: none;
	width: 100%;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #F00;
}
#imageContainer{
	padding: 10px;
	border: 0px solid #9F6;
}

#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;
	width: 120%;
}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/navi/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/navi/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	line-height: 1.4em;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px solid #F00;
	width: auto;
	height: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#imageData{
	color: #666;
	border: 0px solid #FF0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: auto;
}
#imageData #imageDetails{
	float: left;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	border: 0px solid #0FF;
	height: auto;
	overflow: auto;
	position: relative;
}	
#imageData #caption{
	font-weight: bold;
	border: 0px solid #FF0;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{
	width: 18px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	border: 0px solid #FF9;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	border: 0px solid #FFF;
}
