#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	z-index: 999;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	z-index: 1;
	background:#ffffff;
	padding-top: 15px;
	}

#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: transparent url(/res/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink 
{
  left: 0; 
  float: left;
  position:absolute;
  left:-62px;
  top:0;
  padding-left: 25px;
}
#nextLink 
{ 
  float:right;
  position:absolute;
  right:-62px;
  top:0;
  padding-right: 25px;
}
#prevLink:hover, #prevLink:visited:hover, #prevLink { background: url(prev.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover, #nextLink { background: url(next.gif) right 100% no-repeat; }

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

#imageData
{	
  background-color: #ffffff;
  color:#000000;
  height:146px;
  padding:0 0;
  
}
#imageData #imageDetails
{ 
	float:left;
	xheight:92px;
	margin-left:11px;
	margin-top:0;
	padding-left:19px;
	padding-top:20px;
	text-align:left;
	width:295px;
}	
*html #imageData #imageDetails
{
  height: 130px;
}
#imageData #caption
{
  font-weight: bold;	
  font-size: 11px;
}
#imageData #numberDisplay
{ 
  display: block; 
  clear: left; 
  padding-left: 20px;
  color: #ffffff;
  font-size: 11px;
}			
#imageData #bottomNavClose
{ 
	width: 50px; 
	float: right;  
	padding-top: 0px;	
	margin-right: 0px;
	margin-top: 60px; 
}	
#bottomNav
{
	position: relative;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index: 999;
/* 	background: url(overlay.png) repeat left top; */
	}
/* #containerCornerLT, #containerCornerRT, #containerCornerRB, #containerCornerLB
{
  position: absolute;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: left top;
}
*html #containerCornerRB, *html #containerCornerLB
{
 background-position: left bottom;
}
#containerCornerLT
{
  background-image: url(lt.gif);
  left: 11px;
  top: 23px;
}
#containerCornerRT
{
  background-image: url(rt.gif);
  right: 11px;
  top: 23px;
}
#containerCornerLB
{
  background-image: url(lb.gif);
  left: 11px;
  bottom: 24px;
}
*html #containerCornerLB
{

}
#containerCornerRB
{
  background-image: url(rb.gif);
  right: 11px;
  bottom: 24px;
}
*html #containerCornerRB
{
  background-position: right bottom;
}
#containerCorner
{
  background: url(corner.gif) no-repeat left top;
  height:23px;
  position:absolute;
  right:81px;
  top:0px;
  width:30px;
} */