#myGalleryNav{
	display:none;
}
#startButton{
	position:absolute;
	bottom:0;
	width:70px;
	height:28px;
	float:left;
	z-index:11;
}
#prevNextWrapper{
	bottom:0;
	float:right;
	height:28px;
	position:absolute;
	right:10px;
	z-index:11;
}
#prevButton{
}
#nextButton{
}
#messageLog{
	background-color: red;
	color:white;
	clear:both;
}
#myGallery {
	position:absolute;
	width:645px;
	height:350px;
	background:#FFF;
	border:none;
	top:0 !important;
}
#ngg-galleryoverview {
	margin:0 !important;
}

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat bottom right;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	width: 514px;
	margin: 0px;
	left: 80px;
	top: 0;
	height: 28px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel {
	overflow:visible;
	position:relative;
	padding:10px 0 0 0;
}


.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	overflow: visible;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
background:#fff none repeat scroll left top;
border:1px solid #ddd;
cursor:pointer;
float:left;
margin:0 10px 15px 0;
background-size: 100%;
}


div.carouselContainer
{
	position: absolute;
	height: 48px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	bottom: 0;
	visibility:visible;
}
.jdGallery{
	bottom:0;
}
.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(img/loading-bar-white.gif);
	z-index:9;
}
.jdGallery .carousel .label, .jdExtCarousel .label {
/* bottom:5px;
font-size:13px;
left:10px;
margin:0;
padding:0;
position:absolute; */
display:none;

}
.jdGallery div.carouselContainer
{
	position: absolute;
	height: 28px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	bottom: 0;
}
.jdGallery .loadingElement {
	background-color:#fff;
	background-image:url(img/loading-bar-white.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

