/**
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 */
#jquery-overlay {
  position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 90%;
	height: 100%;
}
#jquery-lightbox {
  position: fixed;
	top: 150px;
	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;
	background-color: #E47821;
	width: 270px;
	height: 270px;
	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-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #E47821;
	margin: 0 auto;

	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 0px; 
}
#lightbox-secNav-btnClose {
	width: 267px; 
	float: left;
	padding-bottom: 10px;	 /** marge bas box close /
}
