#mySlideshow {
  z-index: 5;
  width: 770px;
  height: 220px;
  margin: 10px 15px 10px 15px;
}

.jdSlideshow {
  position: relative;
  display: none;
  overflow: hidden;
}

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

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

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

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

.jdSlideshow .slideInfoZone h2 {
  margin: 8px 10px 0 8px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.jdSlideshow .slideInfoZone p {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

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

.jdSlideshow a.right,
.jdSlideshow a.left {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 40%;
  height: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

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

.jdSlideshow a.right:hover,
.jdSlideshow a.left:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

* html .jdSlideshow a.left {
  background: url("img/fleche1.gif") no-repeat top left;
}

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

* html .jdSlideshow a.right {
  background: url("img/fleche2.gif") no-repeat top right;
}
