#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
	/* border: 1px solid #000; */

	}

#lightbox a img{ border: none;  }

#outerImageContainer{
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	width: 250px;
	height: 250px;
	}

#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(../images/lightbox/light/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(../images/prevlabel.gif) left 15% no-repeat; }*/
/* #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }*/

#hoverNavPrev, #hoverNavNext{
	font: 11px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin: 55px 0px 0px 0px;
	padding: 5px;
	width: 65px;	
	height: 12px;
}

#hoverNavPrev {
  text-align: right; padding-right: 10px;
/* background: url(/images/prevlabel.gif) left 15% no-repeat; */
}

#hoverNavNext {
  text-align: left; padding-left: 10px;
/* background: url(/images/nextlabel.gif) right 15% no-repeat; */
}
#hoverNavPrev{	float: left; margin-left: 0px;}
#hoverNavNext{	float: right; margin-right: 0px;}
#hoverNav a { color: #444; text-decoration: none;}
#hoverNav a:hover {   color: #444; text-decoration: none;}
#hoverNav a:visited { color: #444; text-decoration: none;}
#hoverNav a:visited:hover {   color: #444; text-decoration: none;}

/*
#hoverNavNextText {
  display: none;
}

#hoverNavPrevText {
  display: none;
}

*/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	line-height: 1.4em;
	background-color: #fff;
	text-align: left;
}

#imageData{ padding:0 10px;	}	
/* #imageData #imageDetails{ width: 100%; text-align: left; }	*/


#imageData #caption{ font-weight: normal;}
#imageData #caption .title { font-weight: bold; font-size:12px;}	
#imageData #caption .detail { font-style:italic; padding: 0px 0px 4px 0px;	}	
#imageData #caption .desc {   }
#imageData #numberDisplay{ margin-top: 8px;font-weight: bold; }


			
/*#imageData #bottomNavClose{ width: 66px; float: right;  border: 1px solid #000; padding: 1px; background: #666; }	*/

/*
#imageData a { color: #fff; text-decoration: none;}
#imageData a:hover {   color: #fff; text-decoration: underline;}
#imageData a:visited { color: #fff; text-decoration: none;}
#imageData a:visited:hover {   color: #fff; text-decoration: underline;}	
*/
#bottomNav{ text-align: right; font: 9px Verdana, Helvetica, sans-serif;}	
a#bottomNavClose{
	float: right;
	margin: 0px 0px 9px 0px;
	border: 1px solid #999;
	text-align: center;
        padding: 2px;
}
a#bottomNavClose { color: #999; text-decoration: none;}
a#bottomNavClose:hover {   color: #222; text-decoration: none;}
a#bottomNavClose:visited { color: #999; text-decoration: none;}
a#bottomNavClose:visited:hover {   color: #222; text-decoration: none;}



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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
