html, body { margin: 0; padding: 0; height: 100%;}
#lightbox, #lightbox-overlay {
        display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	z-index:500;
	width:99.9%;
	height:auto;
	text-align:center;
	color:#333333;
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:absolute;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	text-decoration:underline;
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}
#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }
#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}
#lightbox-imageContainer {padding:1px;}
#lightbox-loading {
	position:absolute;
	top:40%;
	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-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("/images/blank.gif") no-repeat; /* Trick IE into showing hover */
	zoom:1; /* who knows why? */
	padding:0px;
	margin:0px;
	cursor:default;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
#lightbox-infoBox {
	font:11px Verdana, Helvetica, sans-serif;
	background-color:#2D3235;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin:0 auto;
	padding:0px;
}
#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:10px;
	color:#e7f1fb;
	line-height:normal;
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {text-align:justify;}
#lightbox-caption-description {font-weight:normal;}
#lightbox-infoFooter {
	margin-top:3px;
	color:#fff;
}
/*#lightbox-currentNumber {
	display:block;
	width:22%;
	text-align:left;
    position:absolute;
        
    margin:21px 0 0 0;
}*/
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button, #lightbox-close-button:link, #lightbox-close-button:visited, #lightbox-close-button:hover {
	text-decoration:underline;
	color:#fff;
}
#lightbox-close-button:hover {color:#CCB496;}
#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}
#SLYlightbox-overlay {border: 1px dotted orange;}
#SLYlightbox div {border: 1px dotted lightseagreen;}
#lightbox-caption-seperator{display:none;}
#lightbox-caption-title, #lightbox-caption-description{
    padding:5px 0 5px 0;
	display: block;
	text-align:center;
}
/*Pour le lightbox*/
.lightbox-currentNumber {
	display:block;
	width:9%;
	text-align:left;
   position:absolute;
		margin:10px 0 0 0;
	    padding: 5px 0;
}
div.next-prev{
	/*width:100%;
    position:absolute;
	border:1px solid red;
	padding: 5px 0;*/
	text-align:center;
	margin: 0 0 0 0;
	width:99%;
}
div.lightbox-close-button{
		margin:0 5px 0 0;
	    width: 25%;
    float:right;
    padding: 0 0;
    text-align:right;
}
.inner-prev, .inner-next{cursor:pointer;}
