#lightbox
{
	width: 100%;
	line-height: 0;
	position: absolute;
	left: 0;
	z-index: 800;
	text-align: center;
}
#lightbox a img
{
 border: none;
}
#outerImageContainer
{
	background-color: #fff;
	height: 250px;
	width: 250px;
	position: relative;
margin: 0 auto;
}
#imageContainer
{
padding: 10px;
}
#loading
{
	height: 25%;
	width: 100%;
	line-height: 0;
	position: absolute;
	left: 0%;
	top: 40%;
	text-align: center;
}
#hoverNav
{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#imageContainer>#hoverNav
{
	left: 0;
}
#hoverNav a
{
 outline: none;
}
#prevLink, #nextLink
{
	height: 100%;
	width: 49%;
background: transparent url(../images/blank.gif) no-repeat;
 display: block;
}
#prevLink
{
	float: left;
	left: 0;
}
#nextLink
{
	float: right;
	right: 0;
}
#prevLink:hover, #prevLink:visited:hover
{
 background: url(../images/prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
 background: url(../images/next.gif) right 15% no-repeat;
}
#imageDataContainer
{
	background-color: #B19A54;
	line-height: 1.4em;
font: 10px Verdana, Helvetica, sans-serif;
margin: 0 auto;
}
#imageData
{
	color: #fff;
padding:0 10px;
font-family:
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	clear: left;
	padding-bottom: 1.0em;
 display: block;
}
#imageData #bottomNavClose
{
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}
#overlay
{
	background-color: #000;
	height: 500px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 700;
}
.lbWidth
{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
min-width: 790px;
}
* html .lbContent
{
	margin-left: -790px;
	position: relative;
}
* html .lbMinWidth
{
	padding-left: 790px;
}
.clearfix:after
{
	clear: both;
	height: 0;
content: ".";
display: block;
visibility: hidden;
}
.clearfix
{
display: inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
display: block;
}
