#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: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; right: 0; bottom: 87px; height:25px; width:120px; z-index: 10;background: url(../image/prevnextlabel_off.gif) 0 0 no-repeat; }
#imageContainer>#hoverNav{ /*left: 0;*/}
#hoverNav a{ outline: none;}


#prevLink{position:absolute;top:0px;left:0px;width:61px;height:25px;display:block;background: url(../image/prevlabel.gif) 0 0 no-repeat;}
#nextLink{position:absolute;top:0px;left:61px;width:59px;height:25px;display:block;background: url(../image/nextlabel.gif) 0 0 no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../image/prevlabel_on.gif) 0 0 no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/nextlabel_on.gif) 0 0 no-repeat; }

#imageDataContainer{position:absolute;bottom:0;left:0;font: 10px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{position:relative; padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}	
#imageData #bottomNav{position:relative;float:right;width: 18px;height:18px; padding-bottom: 10px;overflow:hidden;}
#imageData a#bottomNavClose{position:static; width: 18px;height:18px; outline: none;background: url(../image/closelabel_on.gif) 0 0 no-repeat;overflow:hidden;display:block;}
#imageData a#bottomNavClose img{vertical-align:top;position}
#imageData a#bottomNavClose:hover img,#imageData a#bottomNavClose:hover{position:relative;}
#imageData a#bottomNavClose:hover img{top:-18px;height:18px;}

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