#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color:#FBDDB7;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox img {
	border: none;
}

#jquery-lightbox-image-container {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	background-color: #FAF2E7;
	padding: 10px;
	border: 1px solid #F18D01;
	border-bottom:none;
}

#jquery-lightbox-image-container-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

#jquery-lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	margin: auto;
	overflow: hidden;
}

#jquery-lightbox a {
	outline: none;
	text-decoration: none;
}

#jquery-lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#jquery-lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#jquery-lightbox-nav-btnPrev span {
	position: absolute;
	top: 40%;
	left: 0;
	display: block;
	line-height: 23px;
	width: 63px;
	text-align: center;
}

#jquery-lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#jquery-lightbox-data-container {
	padding: 0px 10px 10px;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	color: #666;
	background-color: #FAF2E7;
	border: 1px solid #F18D01;
	border-top:none;	
}

#jquery-lightbox-data-container #jquery-lightbox-data-details {
	text-align: left;
}

#jquery-lightbox-data-details-caption {
	display: block;
	font-weight: bold;

}

#jquery-lightbox-data-details-currentNumber {
	display: block;
	padding-bottom: 1.0em;
}


#jquery-lightbox-secNav {
	width: 100%;
}

#jquery-lightbox-secNav-btnClose {
	right: 0;
	float: right;
}

#jquery-lightbox-secNav-btnSlideshow {
	left: 0;
	float: left;
}

#jquery-lightbox-secNav-clear {
	clear: both;
}

#jquery-lightbox-secNav-clear {
	clear: both;
}