

.jdGallery a
{
	outline:0;
}


#galerie img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	position: absolute;
	width: 444px;
	height: 354px;
}

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

.jdGallery .slideElement
{
	width : 491px;
	height : 211px;
	top : 26px;
	background-color: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
	
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 457px;
	margin: 0px;
	left: 13px;
	bottom: 12px;
	background: #676767;
	
	overflow: hidden;
	
	font-size:1.2em;
  color:#ffffff;


  height:20px;
  padding:4px;
  padding-bottom:6px;
  text-align : right;
  line-height:1.1em;
	
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 1.8em;
	margin: 0;
	margin-left: 5px;
	margin-bottom:5px;
	margin-top : 5px;
	color: inherit;
	color: #fff;
	text-align : right;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 1em;
	margin-left: 5px;
	color: #fff;
}



.jdGallery a
{
	color:#fff;
	font-size:.9em;
	
}

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

*+html .jdGallery a.right, *+html .jdGallery a.left
{
	filter:inherit;
}

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

*+html .jdGallery a.right:hover, *+html .jdGallery a.left:hover
{
	filter:inherit;
}

.jdGallery a.left
{
	left: 20px;
	top: 0;
	background: url('img/fleche1.png') no-repeat 0px 200px;
	z-index : 100;
}

* html .jdGallery a.left { background: url('img/fleche1.png') no-repeat 25px 200px; }

.jdGallery a.right
{
	top: 0;
	background: url('img/fleche2.png') no-repeat 0px 200px;
	z-index : 100;
	left : 70px;
}



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

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.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); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

