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

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNavPrev{
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	height: 100%;
	width: 45px;
	background: url('../images/lightbox/prev_bg.gif') 0 50% no-repeat;
	z-index: 1500;
	}
	
#hoverNavNext{
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	height: 100%;
	width: 45px;
	background: url('../images/lightbox/next_bg.gif') 0 50% no-repeat;
	z-index: 1500;
	}	


#prevLink, #nextLink{
	position: absolute;
	width: 32px;
	height: 32px !important;
	background: #333;
	display: block;
	}
#prevLink { left: 0; top: 45%; background: url('../images/lightbox/prev.gif') 0 50% no-repeat;}
#nextLink { right: 0; top: 45%; background: url('../images/lightbox/next.gif') 0 50% no-repeat;}
#prevLink:hover, #prevLink:hover { background: url('../images/lightbox/prev.gif') -32px 50% no-repeat; }
#nextLink:hover, #nextLink:hover { background: url('../images/lightbox/next.gif') -32px 50% no-repeat; }

#objTopContainer{
	display: block;
	position: relative;
	z-index:3000;	
	height: 40px;
	/*background-color: #fff;*/
	line-height: 1.4em;
	padding: 20px 20px 0 20px;
}

#objTopContainer #imageDetails{ width: 70%; float: left; text-align: left; position: relative; }	
#imageData #caption{ font-weight: bold; float: right; margin: 0 -17px 0 0; }
#objTopContainer #numberDisplay{ display: block; clear: left; font-size: 11px; line-height:13px;}

#imageData #caption .button {
	margin-top: 0;
	margin-bottom: 7px;
}

#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	}

#imageData{
	padding:0 35px 30px 0;
	}
		
#objTopContainer #bottomNavClose { float: right; font-weight: bold; margin: -5px -2px 0 0; font-size: 11px;	}

#objTopContainer #bottomNavClose .button {
	position: relative;
	display: block;
	float: left;
	height: 23px;
	margin: -1px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../images/btns/right.gif') 100% 0 no-repeat !important;
	cursor: pointer;
}

#objTopContainer #bottomNavClose a.button:hover {
	color:#999;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	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 */
	}
