#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 310px; height: 310px; margin: 0 auto; }
#imageContainer{ padding: 13px 19px 16px 19px; }

#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{ height: 30px; 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(/i/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/i/next.gif) right 15% no-repeat; }*/
#prevLink { background: url(/i/zoom_prev.gif) left 15% no-repeat; }
#nextLink { background: url(/i/zoom_next.gif) right 15% no-repeat; }

#DPprevLink { position: absolute; left: 0; top: 0; height: 30px; width: 50px !important;  z-index: 1200; }
#DPnextLink { position: absolute; right: 0; top: 0; height: 30px; width: 50px !important; z-index: 1200; }
#nextLink, #prevLink { width: 50px !important; height: 30px; } 

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding-bottom: 14px; height: 30px; }
#outerBlockHeader{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%; padding: 10px 0 0 0; text-align: right; }
a#bottomNavClose { text-decoration: none; display: block; margin:0; padding:0; }

#imageData{	padding:0 15px; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; position: relative; }
#imageData #caption{ display: block; padding: 0 42px; }
#imageData #text { position: absolute; left: 0; top: 0; width: 100%; padding: 0; text-align: center; font: normal 11px/13px Tahoma, sans-serif; color: #5000a0; z-index: 500; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 85px; float: left; padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 100000; width: 100%; height: 500px; background-color: #000; }

