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

#bottomNav { background-color:white; padding: 0 0 6px 0; text-align:right; }
#bottomNav #bottomNavClose{ outline: none;}	 	

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

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position:relative; top:-32px; height: 17px; }
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 25px; height: 17px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { float: left; background: url(/b2b_pics/lightbox/prevlabel.gif) left 15% no-repeat;	}
#nextLink { float: right; background: url(/b2b_pics/lightbox/nextlabel.gif) right 15% no-repeat;	}

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

#imageData{	padding:0 20px; color: #000; clear:both; }
#imageData #imageDetails{ text-align: left; }	
#imageData #caption{ display:block; font-weight: normale; font-size:11px; line-height: 14px; font-family:Verdana,Arial,Helvetica,sans-serif; padding-bottom:30px;	}
#imageData #numberDisplay{ display: block; font-size:18px; font-family:Arial,Helvetica,sans-serif; clear: left; text-align:center; padding-bottom: 1.0em;	}			

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

