#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;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-titulo {
	font-weight: bold;
	font-family: Century Gothic;
	font-size: 14px;
	color: #0F0;
	text-align: center;
	padding-bottom: 0px;
}
#lightbox-container-image-box {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	height: 250px;
	width: 250px;
	border: thin ridge #CCC;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 85px;
	padding-left: 100px;
}
#lightbox-container-image {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#lightbox-loading {
	position: absolute;
	top: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	overflow: auto;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	opacity: 1;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	padding: 0;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 93%;
	float: left;
	padding-left: 5px;
	padding-top: 15px;
}	
#lightbox-image-details-caption {
	font-weight: normal;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	float: left;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #C00;
	text-align: left;
	font-weight: normal;
}			
#lightbox-secNav-btnClose {
	float: right;
	padding-bottom: 5px;
	padding-top: 30px;
	width: 20px;
}
