#lightbox	{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#0b2e55;
}

#lightbox a img	{
	border: none;
}

#outerImageContainer	{
	position: relative;
	background-color: #fff;
	min-width:230px;
	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;
}

#loading,
#loading a	{
	background: white;
}

#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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink	{
	position:absolute;
	width:115px;
	left: 5px;
	background-repeat: no-repeat;
	background-position:0px 50% ;
	background-image: url(../images/prevlabel-hover.png);
	
	
}

#nextLink	{
	position:absolute;
	width:105px;
	top:0px;
	right:-18px;
	
	
	background-repeat: no-repeat;
	background-position:0px 50% ;
	background-image: url(../images/nextlabel-hover.png);
}






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

#imageDataContainer a	{
	background: white;
}
	
#imageData	{
	padding:0 10px;
	
}

#imageData #imageDetails	{
	width: 70%;
	float: left;
	text-align: left;
	
}

#imageData #caption	{
	font-weight: bold;
	
}

#imageData #numberDisplay	{
	display: block;
	
	padding-bottom: 1em;
	padding-right:5px;
	color:#bb9a6b;
	float:left;
}

#imageData #bottomNavClose	{
	width: 35px;
	margin-right:47px;
	float: right;
	padding: 1em 0.5em 1em 0.5em;
}

#overlay	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #092749;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
