#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top: -50px;}
#lightbox img{ width: 100%; }
#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: 30px; left: 50%;  text-align: center; line-height: 0; }



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

#imageData{ width: 640px; height: 50px; margin: 0 auto; padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 440px; float: left; text-align: left; color: #fff; padding-top: 1.0em;}	
#imageData #caption{  font-weight: bold; 	}
#imageData #numberDisplay{ display: block;  padding-top: 2.0em;}

#hoverNav{ padding-left: 440px; top: 0; height: 50px; width: 220px; text-align: left;}
#hoverNav a{ outline: none;}

#prevLink, #prevLink:visited { float:left; padding-left: 10px; width: 55px; height: 50px; background: url(../images/prev_b.png) no-repeat; }
#nextLink, #nextLink:visited { float:left; padding-left: 10px; width: 55px; height: 50px; background: url(../images/next_b.png) no-repeat; }
#prevLink:hover{ float:left; padding-left: 10px; width: 55px; height: 50px; background: url(../images/prev_g.png) no-repeat; }
#nextLink:hover{ float:left; padding-left: 10px; width: 55px; height: 50px; background: url(../images/next_g.png) no-repeat; }
#bottomNavClose{ float:left; padding-left: 10px; width: 55px; height: 50px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#bottomNavClose, #bottomNavClose:visited:hover { float:left; padding-left: 10px; width: 55px; height: 50px; background: url(../images/cross.png) no-repeat; }


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

