#lightbox{
	position: absolute;
	overflow:hidden;
	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;

    }

#bottomNav
{
position: relative;
vertical-align:text-bottom;
}
#imageContainer{
	padding: 10px;
     border: 1px solid #efefef;
	}

#descrDisplay
{
	display:block;
	padding:2px 0px 2px 4px
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
	#prevLink, #nextLink{
	width: 60px;
	}
	/* 
#hoverNav{
	position: relative;
	top: 0;
	left: 0;
	 height: 10px;
	 width: 100%;
	z-index: 10;
	background-color: #fff;
	} 
	
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


	

#prevLink { left: 0; top:0; }

#nextLink { right: 0; top:0; }

#prevLink { background: url(/lightbox/images/prevlabel.gif) left 15px no-repeat; }
#nextLink { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat;}
*/
 #imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
    padding: 1px;
	overflow: hidden;
	width: 100% ;
     border: 1px solid #efefef;
     left: -20;
	}

#imageData{	padding:0 10px; color: #666;  }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-size: 10pt; padding: 5px; 0 5px 0;	}
#imageData #numberDisplay{ display: block;  padding-bottom: 1.0em; text-align:center; left: 0; 	width: 100%;}			
#bottomNavClose{ display:block; left: 0; width: 66px; margin-left:20px; float: right;  padding-bottom: 0px;	 text-align:right;}
#bottomNavClose a img
{
  width:16px;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #ccc;
    *background:none;
	}