#lightbox{
	position: absolute;
	Xtop: 20px;
	left: 0;
	width: 100% !important;
	max-width:100% !important;
	min-width:1130px;
	min-height:710px;
	height:100% !important;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#lightboxImage {
	/*height:100% !important;*/
	max-height:90%;
	max-width:90%;
	vertical-align:middle;
	margin-top:25px;
}

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-size:10px !important;
}

#imageContainer{
	Xpadding:0px;
	width:100%;
	height:100%;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
/*
#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; 
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }
*/

#imageDataContainer {
	position:absolute;
	bottom:40px;
	right:50px;
	width:270px !important;
	font-family: 'Calligraffitti', cursive;
	font-size:18px;
	background:none;
	line-height: 1.4em;
	z-index:100;
}
#imageDataContainer a {
	color:#FFF;
	text-decoration:none;
	text-shadow:none;
}
#imageDataContainer a:hover {
	color:#FFF;
}
#imageData{
	padding:0 10px;
	}
#imageDetails{
	position:relative;
	width:300px;
	float: right;
	text-align: left;
}	
#caption {
	position:absolute;
	top:3px;
	left:-530px;
	font-family:'Calligraffitti', cursive;
	font-size:24px;
	font-weight:100;
	color:#FFF;
	text-align:right;
	width:490px;
	height:30px;
}
#numberDisplay{
	position:absolute;
	right:0;
	top:5px;
	color:#FFF;
	display: block;
}			
#detailsNav{
	/**/display: block;
	position:absolute;
	left:50px;
	width: 160px;
	padding:0 0 10px 0;
}	
#prevLinkDetails { margin:0 8px 0 0; }
#nextLinkDetails { margin:0 8px 0 0; }

#prevLinkDetails, #nextLinkDetails {
	display:block;
	float:left;
	width:29px;
	height:20px;
	background:transparent url('images/controlBack.png') center top no-repeat;
	text-indent:-9999px;
	margin:0 10px;
}
#prevLinkDetails:hover, #nextLinkDetails:hover {
	opacity:0.7;
}
#nextLinkDetails {
	background:transparent url('images/controlForward.png') center top no-repeat;
}
#slideShowControl {
	width:14px;
	height:20px;
	margin:0 10px;
}	
#close {
	position: absolute;
	float: none;
	left: -40px;
	top: -25px;
}
#closeLink {
	display:block;
	margin:25px 0 0 0;
	padding:0;
	text-decoration:none;
	float:right;
	width:29px;
	height:20px;
	background:transparent url("images/controlClose.png") center top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	min-width:1130px;
	min-height:710px;
	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 */
	}	
	