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

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#dSpac	{	width:1px; height:43px;	}
#pLink, #nLink, #spLink, #snLink{ width: 32px; height: 32px; }
#pLeft, #pCenter, #pRight, #dSpac	{	display:inline; }
#dSpac { margin-left:12%;	}

#pLeft, #pRight, #bottomNavClose	{	cursor:pointer;cursor:hand;		}

#imageDataContainer{ font: 10px Tahoma; background-color: #d4a155; margin: 0 auto; overflow:hidden; width: 100%	;  }

#imageData{	padding:0 10px; padding:0 0 10 0; overflow:hidden;}
#imageData #imageDetails{ width: 100%; float: left; text-align: center; }	
#imageData #numberDisplayContainer	{	float: left; width:58%; text-align:right; display:block; white-space: nowrap;	}
*html	#imageData #numberDisplayContainer	{	margin-top: -9px;	}
#imageData #numberDisplay{ width:70px;height:32px; vertical-align:top; display:inline-block; font-size: 18px; color:#6c5137; font-weight:bold; }			
#imageData #numberDisplay{ padding-top: 3px; text-align:center;  }	
*html	#imageData #numberDisplay	{	padding-top: 9px;	}
#imageData #bottomNavClose{ width: 40%; height:30px; float: right;  outline: none; margin-right:5px;}	
 
#bottomNavClose	{	position:relative;background-image: url(data:image/gif;base64,AAAA); display: block;	}	
#bottomNavClose	{	background: url(/img/lightbox/close.gif) right 0 no-repeat;	}
/*#bottomNavClose:hover, #bottomNavClose:visited:hover	{ 	background: url(/img/lightbox/close.gif) right 0 no-repeat; }
*/
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

