#myGallery_border{
          background: url(img/border.gif) top no-repeat;
}

#myGallery{
	width: 890px;
	height: 500px;
         display: none;
         background-image: url(img/border_u.gif);
	background-position: 0 478px;
	background-repeat: no-repeat;
}

.jdGallery{
	overflow: hidden;
	position: relative;
}

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

.jdGallery .slideElement{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.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.gif);
}

.jdGallery .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 25px;
	bottom: 5px;
	height: 40px;
	color: #000;
}

.jdGallery .slideInfoZone h2{
	padding: 0;
	margin: 2px 5px;
         text-transform: lowercase;
         font-size: 13px;
	font-weight: normal;
	color: #999;
}

.jdGallery .slideInfoZone p{
         font-size: 11px;
	padding: 0;
	margin: 2px 5px;
}

.jdGallery div.carouselContainer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
         letter-spacing: 1px;
         font-size: 9px;
         color: #999;
	position: absolute;
	height: 514px;
	width: 886px;
	z-index: 10;
	margin: 2px 2px 0 2px;
}

.jdGallery a.carouselBtn{
         position: absolute;
	bottom: 0;
	right: 30px;
	height: 12px;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
         cursor: hand;
}

.jdGallery .carousel{
         position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 2px;
	height: 490px;
	background: #fff;
}

.jdGallery .carousel .carouselWrapper{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 200px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail{
	cursor: pointer;
         cursor: hand;
	background: #fff;
	background-position: center center;
	float: left;
	border: solid 1px #999;
}

.jdGallery a{
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left{
	position: absolute;
         top: 200px;
	height: 100px;
	width: 100%;
	padding: 0;
	background: url(img/fleche.gif) no-repeat;
         cursor: pointer;
         cursor: hand;
	z-index: 10;
}

.jdGallery a.left{
         background-position: -72px 24px; width: 72px; left: 0;
}

.jdGallery a.left:hover{
         background-position: 0 24px;
}

.jdGallery a.right{
         background-position: -144px 24px; width: 72px; right: 0;
}

.jdGallery a.right:hover{
         background-position: -216px 24px;
}
