#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 url(light-box-top.png) no-repeat left top;
	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;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/res/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/res/next.gif) right 15% 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:white;
  color:#000000;
  height:53px;
  padding:0 0;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; margin-left: 20px;padding-top: 15px}	
#imageData #caption
{
  font-weight: bold;	
  background: url(menu-item.gif) no-repeat left 2px;
  padding-left: 20px;
  color: #B35300;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-top:3px;	}	
		
#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: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: left top;
}
*html #containerCornerRB, *html #containerCornerLB
{
 background-position: left bottom;
}
#containerCornerLT
{
  background-image: url(lt-lightbox.png);
  left: 0;
  top: 0;
}
#containerCornerRT
{
  background-image: url(rt-lightbox.png);
  right: 0;
  top: 0;
}
#containerCornerLB
{
  background-image: url(lb-lightbox.png);
  left: 0;
  bottom: 0px;
}
*html #containerCornerLB
{

}
#containerCornerRB
{
  background-image: url(rb-lightbox.png);
  right: 0;
  bottom: 0px;
}
*html #containerCornerRB
{
  background-position: right bottom;
  right: -2px;
}