#myGallery, #myGallerySet {
	width: 849px;
	height: 240px;
	z-index:5;
	background-color:#000;
	border:none;
	margin-left:5px;
	margin-top:5px;
	/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;*/
}
.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('../_img/css/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('../_img/css/loading-bar-black.gif');
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 50px;
	background: #002e0d;
	overflow: hidden;
}
* html .jdGallery .slideInfoZone {
	bottom: 0px;
}
.jdGallery .slideInfoZone h2 {
	/*background: #000;*/
	width: 400px;
	font-size: 14px;
	color: #FFFFFF;
	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: 300px;
	font-size: 14px;
	color: #FFFFFF;
	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: #FFFFFF;
}
.jdGallery a:hover {
	text-decoration: underline;
	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;
	margin-left:5px;
	background: url('../_img/css/left_bandeau.png') no-repeat center center;
}
* html .jdGallery a.left {
	background: url('../_img/css/left_bandeau.png') no-repeat center center;
}
.jdGallery a.left:hover {
	left: 0;
	top: 0;
	margin-left:5px;
	background: url('../_img/css/left_bandeau_hover.png') no-repeat center center;
}
* html .jdGallery a.left:hover {
	background: url('../_img/css/left_bandeau_hover.png') no-repeat center center;
}
.jdGallery a.right {
	right: 0;
	top: 0;
	margin-right:5px;
	background: url('../_img/css/right_bandeau.png') no-repeat center center;
	
}
* html .jdGallery a.right {
	background: url('../_img/css/right_bandeau.png') no-repeat center center;
}
.jdGallery a.right:hover {
	right: 0;
	top: 0;
	margin-right:5px;
	background: url('../_img/css/right_bandeau_hover.png') no-repeat center center;
}
* html .jdGallery a.right:hover {
	background: url('../_img/css/right_bandeau_hover.png') 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); 
}*/