

#lightbox{
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-293px;
	margin-left:-455px;
	/*margin-left: 300px;*/
     height:587px;
	width: 910px;
	z-index: 100;
	/*text-align: center;
	line-height: 0;*/
/*background-color:#00FFFF;*/
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: absolute;
	
	background-color: #fff;
	width: 250px;
	height: 250px;
	left:330px;
	
	bottom:80px;
	/*margin: 0 auto;*/
	/*background-color:#CC0099;*/
	}

#imageContainer{
	padding: 10px;
	/*padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;*/

	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{ display:none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	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{ background: url(../images/prev.gif) left  no-repeat;margin-top:100px;}
#nextLink { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
position:absolute;
	font-size: 12px ;
	/*font-weight:bold;*/
	background-color: #fff;
	/*margin: 0 auto;*/
	left:330px;
	bottom:80px;
	z-index: 110;
	/*line-height:-2px;*/
	/*overflow: auto;*/
	width: 100%;
	height:20px;
	
}

#imageData{	padding-left: 10px; color: #666;  /*position:absolute; top:492px; z-index:110;*/}
#prevDiv,#nextDiv{
	/*width:20px;
	height:20px;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	
	}
#prevDiv,#nextDiv { float: left; margin-top:1px;}

/*#prevDiv img {margin-top:0;}*/
#prevDiv a{ outline: none;}
#nextDiv a{ outline: none;}
#imageData #imageDetails{ /*width: 70%;*/ float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; margin-top:3px;/*clear: left; padding-bottom: 1.0em;margin-top:2px;*/	}			
#imageData #bottomNavClose{ width: 66px; float: right; margin-top:4px; /*padding-bottom: 0.7em;*/	}	
#imageData #bottomNavClose img {width:12px;height:12px;float: right; margin-right:10px;}		
#imageData #bottomNavClose{ outline: none;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
