#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;
}

#jquery-lightbox a img { 
	border: none; 
}

#lightbox-container-image-box {
	position: relative;
	background: #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-secNav {
	position: absolute;
	top: 15px;
	right: 15px;
}

#lightbox-container-image-data-box {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #FFF;
	overflow: hidden;
}

#lightbox-nav {
	width: 200px;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
}

#lightbox-nav-btnPrev {
	float: left;
}

#lightbox-nav-btnNext {
	float: right;
}
