#myGallery, #myGallerySet, #flickrGallery      
{
	width: 613px;/*460*/
	height: 290px;/*445px*/
	z-index:5;
	background:none repeat scroll 0 0 #FFFFFF;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 330px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 242px; /*445px;*/
	background-color: #7d7d7d;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 242px;/*445px;*/
	position: absolute;
	left: 0;
	top: 0;
	background-color: #7d7d7d;/*#000;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 48px;
	height: 107px;
	background: url('img/gallery_bg3.png') repeat-x 0 100%;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: 47px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 18px;
	margin: 0;
	margin: 15px 25px 5px 28px;
	font-weight: bold;
	color: #fff;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 12px;
	margin: 5px 28px;
	color: #fff;
}
.jdGallery .slideInfoZone p a {font-weight: bold;}
.jdGallery .slideInfoZone p a:hover {text-decoration: underline;}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 21000;
	margin: 0px;
	left: 0;
	top: 0px;
margin-top: 33px;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.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: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 242px;
	width: 29px;
	cursor: pointer;
	z-index:11;
}


.jdGallery a.right:hover, .jdGallery a.left:hover
{
	background-position: -29px 125px;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/arrow-l.png') no-repeat 0 125px;
/*	background: url('img/fleche1.png') no-repeat center left;*/
}

* html .jdGallery a.left { /*background: url('img/arrow-l.png') no-repeat 0 210px; */ top: 125px; height: 60px;}

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/arrow-r.png') no-repeat 0 125px;
/*	background: url('img/fleche2.png') no-repeat center right;*/
}

* html .jdGallery a.right { /*background: url('img/arrow-r.gif') no-repeat 0 110px;*/ top: 125px; height: 60px; }*/

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 242px;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 29px;
	height: 242px;
	width: 554px;
/*	cursor: pointer;*/
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{       display: none;
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	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: 617px;
	height: 68px;
	position: absolute;
	top: 221px;
	left: 0;
	background: transparent;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	display: none;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	text-align: center;
	padding: 5px;
	height: 68px;
	color: #fff;
	cursor: pointer;
	float: left;
	background: url('img/gallery_btn2.png') no-repeat 0 -69px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton.hover,
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton.active
{
	background-position: 0 0;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton.hover h3,
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton.active h3
{
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	padding-top: 24px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton.hover h3 span,
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton.active h3 span {text-transform: uppercase; font-size: 16px; line-height: 17px;}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	display: none;
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 32px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #353535;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3 span {text-transform: uppercase; font-size: 14px; line-height: 15px; font-weight: bold;}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	display: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

.jdGallery .galleryTitle
{
    background: url(img/title_bg.gif) no-repeat scroll 0 0 transparent;
    color:#ffffff;
    font-size:22px;
    width: 612px;
    left:0;
    position:absolute;
    top: 0;
    z-index:22000;
    padding: 5px 10px;
    line-height: 25px;
}

.jdGallery .barpage-link {text-transform:uppercase; color: #fff;}
.jdGallery .slideInfoZone p a.barpage-link:hover {text-decoration:none;}
