#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100002;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none;}

#outerImageContainer{
	position: relative;
	background-color: #f4f4f4;
	width: 250px;
	height: 250px;
	margin: 0px auto 10px auto;
	border: 2px solid #cccccc;
}

#imageContainer{
	padding-top: 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: 100001;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 63px;;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../images/lightbox/prevlabel.gif) 10px 10px no-repeat; }
#nextLink { background: url(../images/lightbox/nextlabel.gif) 5px 10px no-repeat; }
#prevLink:visited:hover, #prevLink:hover { background: url(../images/lightbox/prevlabel_over.gif) 10px 10px no-repeat; }
#nextLink:visited:hover, #nextLink:hover { background: url(../images/lightbox/nextlabel_over.gif) 5px 10px no-repeat; }

#imageDataContainer{
	font: 100% Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	border: 2px solid #cccccc;
	/*padding:5px 0px 0px 10px;*/
	}

#imageData{

	}
#imageData #imageDetails{text-align: left; padding:0px 0px 0px 5px;}	
#imageData #caption{ padding:5px 0px 0px 0px; font-weight: bold; padding-bottom: 7px; border-bottom: 1px solid #cccccc; width: 100%;}
#imageData #numberDisplay{ margin-top: 5px; float: left; padding:0px 0px 0px 5px;}
#imageData #bottomNav { width: 100%;}	
#imageData #bottomNavClose{ margin-top: 5px; margin-bottom: 5px; margin-right: 10px; padding-left: 19px; float: right;}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}
	

.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 */
	}	
.imgplus {
	position: absolute;
	margin-left: -18px;
	margin-top: 5px;
	width: 11px;
	height: 11px;
}	