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

#lightbox img {
	height: auto;
	width: auto;
}

#lightbox a img{ 
	border: none; 
	}

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

#imageTop{
	background:url(../img/leftTopWide.gif) no-repeat;
	height: 20px;
	margin: 0 auto;
	width: 776px;
}

#imageTop{
	background:url(../img/leftTopWide.gif) no-repeat;
	height: 20px;
	margin: 0 auto;
	width: 776px;
}

#imageContainer{
	border-left:3px solid #9D9D6C;
	border-right: 3px solid #9D9D6C;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 100%;
	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;
}

#hoverNav a{ outline: none;}

#prevLink {
	height: 100%;
	background: url(../img/previous.png) left 100% no-repeat;
	display: block;
	left: 0;
	float: left;
	padding-bottom: 33px;
	margin-left: 10px;
	margin-top: 7px;
	width: 32px;
}
	
#nextLink {
	width: 32px;
	height: 100%;
	background: url(../img/next.png) right 100% no-repeat;
	display: block;
	right: 0; 
	float: right;
	padding-bottom: 33px;
	margin-top: 7px;
	margin-right: 10px;
}


#imageDataContainer{
	background-color: #fff;
	overflow: auto;
	width: 100%;
	font: 1.0em Verdana, "Lucida Grande", Arial, Helvetica, Sans-serif;
	text-align: center;
	background:url(../img/leftBtmWide.gif) no-repeat bottom left;
	margin: 0px auto;
	padding-top: 6px;
}

#imageData{	
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left;
	margin: 0 10px 0 40px;
}
	
#imageData #caption{ 
	font-weight: bold;
	text-align: left;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, Sans-serif;
	width: 100%;
}

#imageData #comment{ 
	display: block;
	text-align: left;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, Sans-serif;
	width: 100%;
}

#imageData #numberDisplay{ 
	display: block; 
	clear: none; 
	padding-bottom: 1.0em;	
}
#imageData #bottomNavClose{ 
	width: 32px; 
	float: right;  
	padding-bottom: 0;
	margin-right: 36px;
	outline: none;
	padding-top: 3px;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #d9d6cf;
	}