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

#bottomNav{position:relative; width: 250px; margin: 0 auto; background:black url('images/bg_dotPattern.gif') repeat;height:17px;}
#bottomNavClose{position:absolute;float:right;top:5px;right:5px;}

#imageTitleContainer {position:relative; margin: 0 auto; background:black url('images/bg_dotPattern.gif') repeat;width: 250px;height:70px; line-height: 26px;}
#imageTitle{position:absolute;float:left;top:20px;left:10px;font-size:26px;color:#CCFF00;letter-spacing:-2px;}
#imageSubtitle{position:absolute;clear:left;float:left;top:40px;left:10px;font-size:14px;font-weight:bold;color:#CCFF00;letter-spacing:-1px;}

#outerImageContainer{position: relative; width: 250px; height: 250px; margin: 0 auto; background:white url('images/bg_dotPattern.gif') repeat;}
#imageContainer{ padding: 0px 10px 0px 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#hoverNav{ position: relative; float:right; width:150px; margin: 10px; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#hoverNav #numberDisplay{ font-size:11px; line-height: 13px; float: left; color:#CCFF00; margin: 0px 5px 0px 0px;}	

#prevLink, #nextLink{ width: 42px; height: 13px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/btn_prev.gif) left no-repeat;}
#nextLink { right: 0; float: right; background: url(images/btn_next.gif) right no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/btn_prev_d.gif) left no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/btn_next_d.gif) right no-repeat; }

#imageDataContainer{ font: 11px Verdana, Helvetica, sans-serif; background:black url('images/bg_dotPattern.gif') repeat; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

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

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

