#myGallery {
	width: 700px;
	height: 480px;
	z-index:5;
	border: 1px solid #FFF;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	width: 100%;
	float: left;
}

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

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

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/benedictefavarel-chargement.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/benedictefavarel-chargement.gif');	
}

.imageElement {
	display: none;
}

.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: *;
	margin: 0 auto;
	left: 20px;
	right: 20px;
	bottom: 20px;
	height: 60px;
	background: #7F8186;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
} 


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

.jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: White;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 12px;
	margin: 2px 5px;
	color: White;
}

.jdGallery .slideInfoZone span {
	padding: 0;
	font-size: 10px;
	margin: 2px 5px;
	color: White;
}

.jdGallery a {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;	
}

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;		
}

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

* html .jdGallery a.right, * html .jdGallery a.left {
	filter:alpha(opacity=80);
}

.jdGallery a.right:hover, .jdGallery a.left:hover {
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left {
	left: 0;
	background: url(../images/fleche1.gif) no-repeat bottom right;
}

* html .jdGallery a.left { 
	background: url(../images/fleche1.gif) no-repeat bottom right; 
}

.jdGallery a.right {
	right: 0;
	background: url(../images/fleche2.gif) no-repeat bottom left;
}

* html .jdGallery a.right {
	background: url(../images/fleche2.gif) no-repeat bottom left; 
}

.jdGallery a.middle {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.middle {
	position: absolute;
	top: 0;
	left: 38%;
	width: 20%;
	cursor: pointer;
	z-index: 10;
	height: 475px;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.middle:hover { 
	background: url(../images/benedictefavarel-diaporama.gif) no-repeat bottom center;
}

* html .withArrows a.middle:hover { 
	background: url(../images/benedictefavarel-diaporama.gif) no-repeat bottom center;
	/*filter:alpha(opacity=80);*/
}


