#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 7000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 0 auto;
background: url(../images/bg_lightbox_top.jpg) repeat-x top #373737;
border:1px solid #494949;
border-bottom:none; }
#imageContainer{ padding: 4px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 50%; width: 100%; z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; 
		filter: alpha(opacity=90);
		-moz-opacity:0.9;
		opacity:0.9;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#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; }

#imageDataContainer{
font: 1px Verdana, Helvetica, sans-serif;
height:47px;
position:relative;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%	;
background:url(../images/bg_lightbox_bottom.jpg) repeat-x bottom #373737 ;
border:1px solid #494949;
border-top:none;
}

#imageData{	 padding:10px 4px 3px 20px; color: #666; }
#imageData #imageDetails{ width: 550px; float: left; text-align: left; text-align:left; margin-bottom:5px;}	
#imageData #caption{ font:9px Verdana, Helvetica, sans-serif; font-weight: normal;color:#999; }
#imageData #numberDisplay{ display: block; clear: left;  color: #373737;
	font-size:1px;
	padding: 0;
}			
#imageData #bottomNavClose{
position:absolute;
top:10px;
left:600px;
width: 96px;
height:27px;
/*float: right;*/
/*padding-bottom: 0.1em;*/
outline: none;
}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
