#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	margin: 0;
	padding: 0;
}
#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;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	line-height: 0;
	text-align: center;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display: block;
	width: 49%;
	height: 100%;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	position: relative;
	margin: 0 auto;
	padding: 0 10px 10px;
	overflow: auto;
	line-height: 1.2em;
	background-color: #fff;
}
#lightbox-container-image-data {
	color: #666;
}
#lightbox-image-details {
	margin-right: 46px;
	text-align: left;
}
#lightbox-image-details-caption {
/*	font-weight: bold;*/
}
#lightbox-image-details-currentNumber {
	visibility: hidden;
}
#lightbox-secNav {
	float: right;
}
#lightbox-secNav-btnClose {
	width: 26px;
}