#myGallery /*galerie principale*/
{
	width: 480px;
	height: 323px;
	z-index:5;
	border: none;
	margin:45px 0 0 10px;
	background:red;
}
#myGallery img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: auto;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/galerie/ajax-loader.gif);
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/galerie/ajax-loader.gif);
}

.jdGallery .slideInfoZone /*zone d'info sous visuel*/
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 44px;
	background: transparent url(../images/galerie/bas_photo.jpg) no-repeat 49% top;
	opacity:1;
	color: #B7B271;
	font-size:1.2em;
	text-indent: 0;
	text-align:center;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone /*hack IE*/
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	/*padding: 0;
	font-size: 1.8em;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;*/
	display:none;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-style:italic;
	font-weight:bold;
	margin: 10px 5px;
}


.jdGallery div.carouselContainer/*zone des miniatures*/
{
	position: absolute;
	height: 60px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
	background: transparent url(../images/galerie/haut_carrousel.jpg) no-repeat 49% bottom;
}

.jdGallery a.carouselBtn
{
	/*position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	width: 100px; 
	background: pink;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;*/
	display:none;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 55px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 360px;
	height: 55px;
	top: 0px;
	left: 59px;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #FFF;
	background-position: center center;	
	float: left;
	border: none;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
}


.jdGallery a /*bouton de navigation dans la galerie*/
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 100%;
	width: 65px;
	cursor: pointer;
	z-index:10;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url(../images/galerie/btn-prec-web.jpg) no-repeat 31px 55px;
}

.jdGallery a.right
{
	left: 415px;
	top: 0;
	background: url(../images/galerie/btn-suiv-web.jpg) no-repeat 0px 55px;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background:none;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 36px;
	height: 1px;
	width: 1px;
	cursor: pointer;
	z-index: 10;
	background: none;
}

.withArrows a.open:hover { /*background: url('img/open.png') no-repeat center center; */}

* html .withArrows a.open:hover {/* background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); */}
