#lightbox{	position: fixed; padding:5px; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageLogo{ border:none; margin: 0 auto;background-color: #fff; overflow: auto; width: 100%;height:84px;}
#logoContainer{ border:none;  margin-left:60px; margin-right:60px; margin-top:6px; margin-bottom:6px;}

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; overflow:hidden;}
#imageContainer{ padding: 42px; padding-top: 28px; padding-bottom:0px; overflow:hidden;}
#imageContainer img{border: solid 6px Black; overflow:hidden; margin-left:-6px;}

#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;}

#imageContainer{ padding: 60px; padding-top: 0px; padding-bottom:0px; overflow:hidden;}

#prevLink, #nextLink{ width: 30%; height: 100%; margin-top:-60px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { margin-left: 66px; float: left;}
#nextLink { margin-right:66px; float: right;}
#prevLink,#prevLink:hover, #prevLink:visited:hover { background: url(/res/images/nav/lightbox/prevlabel.gif) left bottom no-repeat; }
#nextLink,#nextLink:hover, #nextLink:visited:hover { background: url(/res/images/nav/lightbox/nextlabel.gif) right bottom no-repeat; }

#imageDataContainer{ margin: 0 auto;font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; line-height: 1.4em; overflow: auto; width: 100%; height:65px; }

#imageData{	padding:0 10px; color: #666; margin-left: 60px; margin-right: 60px;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; padding-top: 12px;}

#overlay{ position: fixed; top: 0; left: 0; bottom:0; z-index: 90; width: 100%; height: 100%; background-color: #000; }



