#actus-single-conteneur .news-single-img {
	width:445px;
	height: 237px;
	padding:0;
	margin:5px 0 15px 0;
}

.myGallery {
	width: 445px;
	height: 237px;
	z-index:5;
	display: none;
	background:url(../images/bg-galerie.gif) left top no-repeat; 
}

.jdGallery {/* miniatures haut */

	overflow: hidden;
	position: relative;
}

.jdGallery img {
	border: 0;
	margin: 0;
}

.jdGallery .slideElement {/* taille de la grande image */
	width: 313px; /* 313 */
	height: 235px;
	background-color: #000;
	background-repeat: no-repeat;
	border: 1px solid #000;
}

.jdGallery .loadingElement {
	width: 314px;
	height: 235px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/loading.gif');
}




/* ZONE DE DROITE */
.jdGallery .slideInfoZone {
	width: 128px;
	height: 234px; /* HAUTEUR DROITE */
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0px;
	
	background:url(../images/vide.gif) left top repeat-x #FFF; /* couleur de fond comentaire de droite */
	color: #fff;
	text-indent: 0;
	z-index: 10;
	overflow: hidden;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#content .jdGallery .slideInfoZone h2 {/* a modifier */
	display:inherit;
	margin: 0;
	padding: 0;
	font-size: 12px;
	
	margin: 2px 5px 0 5px;
	font-weight: bold;
	color:#D90016;
}

#content .jdGallery .slideInfoZone p {
	display:inline-block;
	padding:0 0 0 8px;
	font-size: 10px;
	margin: 0 5px 2px 5px;
	color: #333;
	background:url(../images/picto-fleche-verte2.gif) left top no-repeat;
}

.jdGallery div.carouselContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 315px;
	height: 115px; /* hauteur HAUT avec bouton */
	/* height: 116px;*/
	
	z-index: 10;
	margin: -1px 0 0 0;
	/* margin:0;*/
	
}

.jdGallery a.carouselBtn {
	position: absolute;
	bottom:0;
	left:1px;
	width: 313px;
	height: 20px; /* hauteur du bouton*/
	
	text-align: center;
	padding: 0 10px;
	font-size: 0px;
	background:url(../images/bg-galerie-btn-photos.gif) left top no-repeat;
	color: #333;
	cursor: pointer;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 95px; /* 115px *//* hauteur HAUT sans bouton */
	/* + height: 94px IE */
	* height: 94px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px; /* hauteur de la vue photo */
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner {
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #FFF;
}

#content .jdGallery .carousel .label {
	font-size: 11px;
	position: absolute;
	top: 72px;
	left: 10px;
	padding: 0;
	margin: 0;
	color:#FFF;
}

.jdGallery .carousel .label .number { /* HAUT => numéro */
	font-weight:bold;
}

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
}

.jdGallery a.left {
	left: 10px;
	top: 0;
	background:url(../images/picto-galerie-precedent.gif) no-repeat center left;
}

.jdGallery a.right {
	right: 140px;
	top: 0;
	background:url(../images/picto-galerie-suivant.gif) no-repeat center right;
}

/* lien du milieu */
.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open {
	position: absolute;
	top: 0;
	left: 78px;
	width: 156px;
	height: 100%;
	
	cursor: pointer;
	z-index: 10;
	background: none;
}

.withArrows a.open:hover { 
	background: url('../images/picto-galerie-loupe.png') no-repeat center center;
}
