@charset "utf-8";
/* CSS Document */

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

#outerImageContainer{ position: relative; background-color: #fff; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; right:10%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 

#prevLink {width: 100px; height: 100%eft; left:-55px; float: left; display:block; visibility:visible; background: url(../images/prevlabel.gif) no-repeat 0 50%; margin-l:-50px; position:absolute; z-index:30000;}
#nextLink {width: 100px; height: 100%eft; right:-55px; float: right;  display:block; visibility:visible; background:url(../images/nextlabel.gif) no-repeat right 50%;  position:absolute; z-index:30000; }
/*#prevLink a{ background: url(../images/prevlabel.gif) -30px 15% no-repeat; }
#nextLink a{ background: url(../images/nextlabel.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }*/

#imageDataContainer{ font: 12px/15px Verdana, Helvetica, sans-serif; color:#666; background-color: #fff; margin: 0 auto; line-height: 1.4em; height:90px;  }

#imageData{	padding:0 8px; color: # 666; background:#fff; font: 11px/13px Verdana, Helvetica, sans-serif; }
#imageData #imageDetails{ float: left; text-align: left; }	
 #caption{ font-weight: bold; display:block; color: #EA8413; background:#fff; font: 12px/15px Verdana, Helvetica, sans-serif; padding:0 0 3px 0;	}
			
 #bottomNavClose{ width: 66px; float:right; }	 	

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