#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9001;
	text-align: center;
	/*line-height: 0;*/
	color:#333333;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #bcfd8b;
	border: 3px solid #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
	
}
#lightbox-container-image { padding: 0px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background:transparent url('../../images/global/modalloader.html') no-repeat center center;
}
#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 {
	padding:3px 3px 0px 0px;	
	cursor: pointer;
	float:right;
	width:25px;
}
#lightbox-container-header
{
	width:620px;
	height:25px;
}
.popupContent { color: #000; text-align: left; height: 450px; overflow: auto; margin: 20px 5px 20px 20px; }
.popupContent ul { padding: 0px; margin: 10px 0px; }
.popupContent ul li { padding: 0px; margin: 5px 0px 0px 25px; }
