#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{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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: 100%; 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; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../gfx/gallery_prev.png') 15% 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../gfx/gallery_next.png') 85% 15% no-repeat; }

#imageDataContainer{ font: normal 12px/18px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; overflow: visible; width: 100%; }

#imageData { padding: 0 10px 10px; }
#imageData #imageDetails { text-align: center; background-color: #F7F4E5; }
#imageData #caption { display: block; color: #796b40; font-weight: bold; text-transform: uppercase; padding: 12px 0; }
#imageData #numberDisplay { display: none; }
#imageData #bottomNavClose { display: block; width: 115px; outline: none; margin: 0 auto; padding: 0 0 12px; }
#bottomNav { background-color: #F7F4E5; }


