#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightboximage {border:none;}

#lightbox a img{ border:none; }

#outerImageContainer{
	position: relative;
	background-color:  #C4D29D;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:none;
	border-bottom:none;
	border-top:none;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position:absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink{
	float:none;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	display: block;
	}
#prevLink { text-align:center;display: inline;}
#nextLink { text-align:center;display: inline;}
#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; }

#ImagetopTextContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:  #C4D29D;
	margin:0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	height:40px;
	border:none;
	border-bottom:none;	
	}

.Imageheading {color:#32012F;font-family:Times New Roman; font-size:18px; margin:0px 0px 0px 0px; padding:0px; float:left;line-height:20px; padding-top:16px;padding-left:8px;}

.Imageclose {margin:0pt auto; padding:0px; float:right; padding-right:28px;color:#008284; padding-top:17px;font-family:Arial;font-size:12px;cursor:pointer;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:  #C4D29D;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	border:none;
	border-top:none;
	height:40px;
	}

#imageData{	color: #666;width:100%;}
#imageData #imageDetails{ width: 100%; margin:0px auto; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 35px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}