#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
/*#lightbox a img{ border: none; }*/

#outerImageContainer{ clear:both;position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 20px 20px 8px 20px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ height: 25px;margin:16px 0 0 0; padding:10px 13px 0 13px;}
/*#imageContainer>#hoverNav{ left: 0;}*/
/*#hoverNav a{ outline: none;}*/

#nextLink{ width: 43px; height: 10px;display: block; }
#prevLink{ width: 74px; height: 10px;display: block; }

#prevLink { float: left;}
#nextLink { float: right;}

#prevLink{ background: url(/common/js/lightbox/images/prevlabel.gif)  no-repeat; }
#nextLink{ background: url(/common/js/lightbox/images/nextlabel.gif)  no-repeat; }

#prevLink:hover{background: url(/common/js/lightbox/images/prevlabel_ro.gif)  no-repeat; }
#nextLink:hover{background: url(/common/js/lightbox/images/nextlabel_ro.gif)  no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#bottomNavClose{width: 51px; float: right;  outline: none; margin:0 auto;padding:0 0px 6px 0;}	 	

#bottomNav{ margin:0 auto;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#imagenum{font-size:10px;;font-weight:normal;padding-left:5px;}
#imageData #caption h5{font-size:13px;color:#0A0B0D; padding:0 10px;margin:0;line-height:1;}
#imageData #imageDetails #caption p{font-weight:normal;color:#0A0B0D;font-size:12px;padding:0;margin:9px 10px 0 10px;line-height:1.3;}
 
 a#bottomNavClose:hover{background-color:transparent;}
