#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#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;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/*-------------------------*/
#picView{
	border-bottom:1px #ccc solid;
	width:330px;
	height:330px;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility::hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.prev{
	position:absolute;
	cursor:pointer;
	display:block;
	left:0px;
	top:343px;
	margin:0px; 
	padding:0px; 
	border:none;
	background:url(../images/movebar.jpg) 6px -134px no-repeat; 
	width:20px; 
	height:50px;
}
.prevDisabled{
	background:url(../images/movebar.jpg) 6px -71px no-repeat;
}
.next{
	position:absolute;
	cursor:pointer;
	display:block;
	right:2px;
	top:343px;
	margin:0px; 
	padding:0px; 
	border:none;
	background:url(../images/movebar.jpg) -10px -134px no-repeat; 
	width:20px; 
	height:50px;
}
.nextDisabled{
	background:url(../images/movebar.jpg) -10px -71px no-repeat;
}
/*-------------------------*/

/* jQuery lightBox plugin - Gallery style */
#gallery {
	position:relative;
	margin:0px 10px 0px 20px;
	padding:10px 0px;
	width: 300px;
}
#gallery ul { list-style: none; margin:0px; padding:0px; width:300px; height:50px; overflow:hidden; }
#gallery ul li {margin:0px; padding:0px; float:left; height:50px;}
#gallery ul img {
	border: 1px solid #ccc;
}
#gallery ul a:hover img {
	border: 1px solid #6dcff6;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }