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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-left:	1px #C5DD7B solid;
	border-right:	1px #C5DD7B solid;
	border-top:	1px #C5DD7B solid;
	}

#imageContainer{
	padding: 10px;
	padding-top:20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
position:relative; top:-50px;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink {
	width: 36px;
	height: 59px;
	background: url(../images/prev1.png) no-repeat; 
	display: block;
	margin-top: 35px;
	margin-left:12px;
	}
	
#nextLink {
	width: 36px;
	height: 59px;
	background: url(../images/next1.png)  no-repeat; 
	display: block;
	margin-top: 35px;
	margin-right:12px;
	}
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev1.png)  no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next1.png)  no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: normal;
	overflow: hidden;
	width: 100%;
	border-left:	1px #C5DD7B solid;
	border-right:	1px #C5DD7B solid;
	border-bottom:	1px #C5DD7B solid;
	}

#imageData{	width:80%; text-align:center; float:none; color: #666; }
#imageData #imageDetails{ width: 70%;  text-align: center; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 5px; padding-top:12px;	}			
#imageData #bottomNavClose{ width: 100%; float: inherit;  padding-bottom: 5px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
