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

#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none;}

#outerImageContainer{ 
	position: relative;
	background-color: #fff;
	/*width: 250px;
	height: 250px;*/
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}

#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: 120; }*/
/*#imageContainer>#hoverNav{ left: 0;}*/
#hoverNav a{
	position: absolute;
	display:block;
	outline: none;
	top: 0px;
	z-index:600;
}


#prevLink, #prevLink:hover, #prevLink:visited:hover {
	position: absolute;
	width: 17px;
	height: 17px;
	right: 55px;
	outline: none;
	z-index: 600;
	background: url(../images/prev.gif) top no-repeat;
	/*margin-top: 10px;*/
}

#nextLink, #nextLink:hover, #nextLink:visited:hover {
	position: absolute;
	width: 17px;
	height: 17px;
	right: 35px;
	outline: none;
	z-index: 600;
	background: url(../images/next.gif) top no-repeat; 
	/*margin-top: 10px;*/
}



#imageDataContainer{ 
/*	font: 9px Verdana, Helvetica, sans-serif; */
	background-color: #FFF;
/*	background: url(../images/hg_caption.gif) top no-repeat; */
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	position: relative;
	clear:both;
}

#imageData {
	padding: 0 10px;
	color: #666;
	/*	width: 90%;
	float: left; */
	text-align: left;
}

#imageDetails{
	width: 90%;
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#imageData #caption{ display: block; padding: 0px 0px 0px 0px; margin: 0; }
#numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}
#imageData{ display: block; clear: left; padding-bottom: 1.0em;	}	
#imageData{
background-color:#fff;
}

#bottomNavClose{
/*	position: absolute; */
	width: 17px;
	height: 17px;
	right: 10px;
	top: 0px;
	outline: none;
	z-index: 500;
	float: right;
/*	background:url(../images/close.gif) no-repeat; */
	margin-bottom: 10px;
}	

#overlay{ position: absolute; top: 0; left: 0; z-index: 190; width: 100%; height: 500px; background-image: url(../../../pics/hg.jpg);
    background-position:center top;
    background-repeat: repeat-x; }
	
