
/******************** jquery plugin lightbox ********************/
#jquery-overlay{
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}
#jquery-lightbox{
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}
#jquery-lightbox a img{
	border: none;
}
#lightbox-container-image-box{
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	width: 250px;
}
#lightbox-container-image{
	padding: 0;
}
#lightbox-loading{
	height: 25%;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}
#lightbox-nav{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav{
	left: 0;
}
#lightbox-nav a{
	outline: none;
}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext{
	display: block;
	height: 100%;
	width: 49%;
	zoom: 1px;
}
#lightbox-nav-btnPrev{
	float: left;
	left: 0;
}
#lightbox-nav-btnNext{
	float: right;
	right: 0;
}
#lightbox-container-image-data-box{
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	padding: 0 10px;
	width: 100%;
}
#lightbox-container-image-data{
	color: #666;
	padding: 0 10px;
}
#lightbox-container-image-data #lightbox-image-details{
	float: left;
	text-align: left;
	width: 70%;
}
#lightbox-image-details-caption{
	font-weight: 700;
}
#lightbox-image-details-currentNumber{
	clear: left;
	display: block;
	padding-bottom: 1em;
}
#lightbox-secNav-btnClose{
	float: right;
	padding-bottom: 0.7em;
	width: 103px;
}

/******************** picture gallery ********************/
.website .picturegallery{
	width: 520px;
}
.website .picturegallery-list{
	clear: both;
}
.website .picturegallery-image-container{
	background-color:#FAFAFA;
	border-bottom:20px solid #FFF;
	float: left;
	width: 160px;
	overflow:hidden;
}
.website .picturegallery-image-container2,.website .picturegallery-image-container3{
	margin-left: 20px;
}
.website .picturegallery-image-container-inner{
	padding: 10px;
}
.website .picturegallery-image{
	display: block;
	text-align:center;
	width: 140px;
	height:105px;
	margin-bottom:10px;
}
.website .picturegallery-image img{
	border:0;
}
.website .picturegallery-image-text{
	color: #666;
	display: block;
	font-size: 11px;
	padding-left:10px;
}
.website .picturegallery-image-container-group-delimiter{
	background-color: #FFF;
	clear:both;
	font-size: 1px;
	height: 20px;
}
.website .picturegallery .nav-list-foot{
	margin-top: -5px;
}
.website .content .picturegallery-link{
	text-decoration:none;
}
