﻿#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: 0px; }

#outerImageContainer{ position: relative; background-color: #fff; width: 896px; height: 600px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top:18px; left: 0px; height: 50%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 50%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display:block; }
#prevLink { background: url('../images/prevlabel4B.gif') no-repeat left 100%; left: 0px; float:left;}
#nextLink { background: url('../images/nextlabel4B.gif') no-repeat right 100%; right: 0px; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url('../images/prevlabel3B.gif') no-repeat left 100%; left: 0px; float: left; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel3B.gif') no-repeat right 100%; right: 0px; float: right;}

#imageDataContainer{ font: 11.5px Verdana, Helvetica, sans-serif; color:black; background-color: #fff; margin: 0 auto; overflow: auto; width: 100%;  }

#imageData{	padding:2px 43px; color: #000; }
#imageData #imageDetails{ width: 90%; float: left; text-align: left; line-height:150% }	
#imageData #caption{ font-weight:bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; padding-top:0px; font-size:xx-small; color:gray}			
#imageData #bottomNavClose{ width: 66px;float: right; padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 600px; background-color: #000; }

