#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;}


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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}

#imageData #bottomNavClose{ float: right;  outline: none;}
#imageData #prevLink{ float: right;  outline: none; padding-top: 1px}
#imageData #nextLink{ float: right;  outline: none; padding-top: 1px}
#imageData #playLink{ float: right;  outline: none; padding-top: 1px}
#imageData #pauseLink{ float: right;  outline: none; padding-top: 1px}
#bottomNav div {float: right; border-left: 1px solid #b1b3b5; padding: 7px 0px}
#d1 {width: 65px}
#d2 {width: 150px}
#d3 {width: 57px}

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

#d3 #pause_active,
#d3 #play_passive,
#d3.p #pause_passive,
#d3.p #play_active,
#d2 #prev_active,
#d2 #next_active,
#d2.hasprev #prev_passive,
#d2.hasnext #next_passive  {display: none}

#d3.p #pause_active,
#d3.p #play_passive,
#d2.hasprev #prev_active,
#d2.hasnext #next_active {display: inline}