#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;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	float: right; position:relative;
	bottom:-2px;
	margin-right:10px;
	display:block;
	height: 22px;
	width: 51px;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


a#nextLink {display: block; width:22px; height:22px; background: url(../images/nextlabel.gif) no-repeat; float:left;}
a#nextLink:hover {background: url(../images/nextlabel_hover.gif) no-repeat;}
a#prevLink {display: block; width:22px; height:22px; background: url(../images/prevlabel.gif) no-repeat; float:left; margin-right:7px;}
a#prevLink:hover {background: url(../images/prevlabel_hover.gif) no-repeat;}



#imageDataContainer{
	font: 10px Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;	
	overflow: auto;
	width: 100%;
	}

#imageData{	padding:0 10px; color: #666;}
#imageData #imageDetails{ float: left; text-align: left; width:50%;}	
#imageData #caption {color:#1f81c2; font-size:11px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{width: 22px; height:22px; float: right; display:block; position:relative; bottom:-2px; background:url(../images/closelabel.gif);}	
#imageData #bottomNavClose:hover {background:url(../images/closelabel_hover.gif);}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
