body #overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000000;
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
}

body #lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:999;
	text-align:center;
	line-height:0;
}

body #lightbox a img {
	border:none;
}

body #outerImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}

body #imageContainer {
	padding:10px;
}

body #loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background-image:url(jqlightbox/icon_loading.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

body #loading #loadingLink img {
	display:none;
}

body #hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

body #imageContainer>#hoverNav {
	left:0;
}

body #hoverNav a {
	outline:none;
}

body #prevLink,
body #nextLink {
	width:49%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;
}

body #prevLink {
	left:0; float:left;
}

body #nextLink {
	right:0; float:right;
}

body #prevLink:hover,
body #prevLink:visited:hover {
	background:url(../images/prev.gif) left 50% no-repeat;
}

body #nextLink:hover,
body #nextLink:visited:hover {
	background:url(../images/next.gif) right 50% no-repeat;
}

body #imageData #imageDetails {
	padding:10px 0 0 0;
	width:70%;
	float:left;
	text-align:left;
}

body #imageData #caption {
	font-weight:bold;
	font-size:11px;
}

body #imageData #numberDisplay {
	float:left;
	padding:10px 0 0 30px;
	display:inline;
	font-weight:bold;
	font-size:11px;
}

body #imageData #bottomNavClose {
	width:18px;
	height:18px;
	float:right;
	padding:0px 0px 0 0;
	margin:0 0 0 0;
	background-image:url(jqlightbox/icon_close.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

body #imageData #bottomNavClose img {
	display:none;
}

/*** START :next / previous text links ***/
body #nextLinkText,
body #prevLinkText {
	color:#FF9834;
	font-weight:bold;
	text-decoration:none;
}

body #nextLinkText {
	padding-left:0;
}

body #prevLinkText {
	padding-right:0;
}

/*** END :next / previous text links ***/
/*** START :added padding when navbar is on top ***/

body .ontop #imageData {
	padding-top:5px;
}

/*** END :added padding when navbar is on top ***/

body #imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	padding:0 0 10px 0;
}

body #imageDataContainer .imageDataContainer-helper {
	font:10px Arial, Verdana, Helvetica, sans-serif;
	background-color:#ECE7E7;
	line-height:1.4em;
	display:block;
	float:left !important;
	float:none;
	margin:10px 0 0 10px !important;
	margin:10px 0 0 0px;
}

body #imageData {
	padding:0 10px;
}

body #imageData #helpDisplay {
	clear:left;
	float:left;
	display:block;
}

body .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 */
}	

