#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: absolute;
	top:130px;
	left:430px;
	background-color: #333333;
	border:1px solid black;
	
	margin: 0;
	padding:0;
	}

#imageContainer{
	padding: 10px 10px 0 10px;
	}

#loading{
	position: absolute;
	top: 150px;
	left: 300px;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	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: 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; }


#imageDataContainer{
	position:absolute;
	font: 10px Verdana, Helvetica, sans-serif;
	margin:0;
	width: 100%;
	padding:0;
	top:440px;
	left:431px;
	background-color:#333333;
	height:25px;
	}

#imageData{	height:25px;}
#imageData #imageDetails{position:absolute; text-align:center; width:220px; color:white; left:100px; top: 5px;}	
#imageData #caption{ font-weight: bold; }
#imageData #bottomNav{height:25px;}		
#imageData #bottomNavClose{position:absolute; left:10px; top:0; height:25px; width:80px;display: inline;}	
#imageData #bottomNavSelect{position:absolute; right:10px; top:0; height:25px; width:80px;display: inline;}		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

