#lightbox{ color: #b3b3b3; position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ color: #b3b3b3; width: auto; height: auto; }
#lightbox a img{ color: #b3b3b3; border: none; }

#outerImageContainer{ color: #b3b3b3; position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ color: #b3b3b3; padding: 10px; }

#loading{ color: #b3b3b3; position: absolute; top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ color: #b3b3b3; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ color: #b3b3b3; left: 0; }
#hoverNav a{ color: #b3b3b3; outline: none medium; }

#prevLink, #nextLink{ color: #b3b3b3; width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { color: #b3b3b3; left: 0; float: left; }
#nextLink { color: #b3b3b3; right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { color: #b3b3b3; background: url(../images/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { color: #b3b3b3; background: url(../images/nextlabel.gif) no-repeat right 15%; }

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

#imageData{	padding:0 10px; color: #b3b3b3; }
#imageData #imageDetails{ color: #b3b3b3; width: 70%; float: left; text-align: left; }	
#imageData #caption{ color: #b3b3b3; font-weight: bold; }
#imageData #numberDisplay{ color: #b3b3b3; display: block; clear: left; padding-bottom: 1em; }			
#imageData #bottomNavClose{ color: #b3b3b3; width: 66px; float: right; padding-bottom: 0.7em; outline: none medium; }	 	

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