/*
	#gallery {
		width:105px;
		height:105px;
		overflow:hidden;
	}
	#gallery ul { list-style: none; margin:0; padding:0; }
	#gallery ul li { display: inline; margin:0px 5px 0px 0px; padding:0; }
	#gallery ul img {
		border: 7px solid #c3beb5;
		width: 88px;
		height: 88px;
	}
	#gallery ul a:hover img {
		border: 7px solid #ffffff;
	}
	#gallery ul a:hover { color: #fff; }
*/
	

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900000;
	width: 100%;
	height: 600px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
	text-align: center;
}
#jquery-lightbox a img { 
	border:0px;
}
#lightbox-container-image-box {
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background:#fff;
	border:#fff 10px solid; 
	text-align: center;
}
#lightbox-container-image { 
	padding:0; 
	margin: 0 auto;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a* { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	outline: none;
}
#lightbox-nav-btnPrev { 
	left: 0;
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding:10px;
	outline: none;
}
#lightbox-container-image-data {
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 90%; 
	float: left; 
	text-align: left; 
	outline: none;
}	
#lightbox-image-details-caption { 
	font-weight: bold; 
	color: #ccc;
	font-size:2.0em;
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	color: #ccc;
}			
#lightbox-secNav-btnClose {
	width: 60px; 
	float: right;
	padding-bottom: 0.7em;
}