#myGallery {
  width: 146px;
  border: none;
  display: none;
  height: 186px;
  z-index: 5;
}

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

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

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

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

.jdGallery .slideInfoZone {
  width: 100%;
  margin: 0px;
  background: #333;
  color: #fff;
  text-indent: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  height: 40px;
  overflow: hidden;
}

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

.jdGallery .slideInfoZone h2 {
  padding: 0;
  margin: 0;
  margin: 2px 5px;
  padding: 5px;
  color: inherit;
  font-size: 14px;
  font-weight: normal;
}

.jdGallery .slideInfoZone p {
  padding: 0;
  margin: 2px 5px;
  color: #eee;
  font-size: 60%;
}

.jdGallery div.carouselContainer {
  width: 100%;
  margin: 0px;
  position: absolute;
  height: 135px;
  z-index: 10;
  left: 0;
  top: 0;
}

.jdGallery a.carouselBtn {
  padding: 0 10px;
  background: #333;
  color: #fff;
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 20px; /*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
  cursor: pointer;
}

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

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

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

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

.jdGallery .carousel .label {
  padding: 0;
  margin: 0;
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.jdGallery .carousel .label .number {
  color: #b5b5b5;
}

.jdGallery a {
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

.jdGallery a.right, .jdGallery a.left {
  width: 25%;
  position: absolute;
  height: 99%;
  cursor: pointer;
  z-index: 10;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left {
  filter: alpha(opacity=50);
}

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

.jdGallery a.left {
  background: url('img/fleche1.png') no-repeat center left;
  left: 0;
  top: 0;
}

* html .jdGallery a.left {
  background: url('img/fleche1.gif') no-repeat center left;
}

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

* html .jdGallery a.right {
  background: url('img/fleche2.gif') no-repeat center right;
}

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

.withArrows a.open {
  width: 50%;
  background: none;
  position: absolute;
  top: 0;
  left: 25%;
  height: 99%;
  cursor: pointer;
  z-index: 10;
  -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);
}

	
