
#myGallery, #myGallerySet {
	width: 578px;
	height: 175px;
	z-index:5;
	background-color: #CCCCCC;
	border-bottom: 1px solid #CCC;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://www.lefugueur.com/lafugue/img/int3/loading-bar-black.gif');
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://www.lefugueur.com/lafugue/img/int3/loading-bar-black.gif');
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 50px;
	background: #1d1d1d;
	overflow: hidden;
}
* html .jdGallery .slideInfoZone {
	bottom: 0px;
}
.jdGallery .slideInfoZone h2 {
	/*background: #000;*/
	width: 600px;
	font-size: 14px;
	color: #828282;
	text-transform: uppercase;
	text-align: left;
	float:left;
	font-style: normal;
	font-weight: normal;
	margin-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.jdGallery .slideInfoZone p {
	/*background: #000;*/
	width: 150px;
	font-size: 14px;
	color: #828282;
	text-transform: uppercase;
	text-align: right;
	float:right;
	font-style: normal;
	font-weight: normal;
	margin-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
}
.jdGallery a {
	text-decoration: none;
	color: #828282;
}
.jdGallery a:hover {
	text-decoration: none;
	color: #FFF;
}
.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
* html .jdGallery a.right, * html .jdGallery a.left {
	filter:alpha(opacity=70);
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	/*background: #00CC00;*/
}
.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('http://www.lefugueur.com/lafugue/img/int3/leftfleche.png') no-repeat center center;
}
* html .jdGallery a.left {
	background: url('http://www.lefugueur.com/lafugue/img/int3/leftfleche.png') no-repeat center center;
}
.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('http://www.lefugueur.com/lafugue/img/int3/rightfleche.png') no-repeat center center;
}
* html .jdGallery a.right {
	background: url('http://www.lefugueur.com/lafugue/img/int3/rightfleche.jpg') no-repeat center center;
}
.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.withArrows a.open {
	position: absolute;
	top: 0;
	left: 40px;
	height: 100%;
	width: 779px;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.withArrows a.open:hover { 
	/*background: #0000CC;*/
	/*background: url('../img_ld/slideshow/open.png') no-repeat center center;*/
}
/*
* html .withArrows a.open:hover {
	background: url('../img_ld/slideshow/open.gif') no-repeat center center;
	filter:alpha(opacity=80); 
}*/
