/* Generated by KompoZer */
#mySlideshow {
  border-style: groove;
  border-color: #33ccff;
  width: 320px;
  height: 240px;
  z-index: 5;
  margin-left: 200px;
}
.jdSlideshow {
  display: none;
  overflow: hidden;
  position: relative;
}
.jdSlideshow img {
  border:  none;
}
.jdSlideshow .slideElement {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
}
.jdSlideshow .loadingElement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position:  center center;
  background-image: url(img/loading-bar-black.gif);
}
.jdSlideshow .slideInfoZone {
  margin: 0px;
  background: #333333 none repeat scroll 0% 50%;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 20px;
  color: #ffffff;
  text-indent: 0;
  opacity: 0.96;
}
.jdSlideshow .slideInfoZone h2 {
  margin: 2px 5px;
  padding: 0;
  font-size: 80%;
  font-weight: bold;
  color: inherit;
}
.jdSlideshow .slideInfoZone p {
  margin: 2px 5px;
  padding: 0;
  font-size: 60%;
  color: #eeeeee;
}
.jdSlideshow a {
  font-size: 100%;
  text-decoration: none;
  color: inherit;
}
.jdSlideshow a.right, .jdSlideshow a.left {
  position: absolute;
  height: 100%;
  width: 40%;
  cursor: pointer;
  z-index: 10;
  opacity: 0.2;
}
* html .jdSlideshow a.right, * html .jdSlideshow a.left {
}
.jdSlideshow a.right:hover, .jdSlideshow a.left:hover {
  opacity: 0.8;
}
.jdSlideshow a.left {
  background: transparent url(img/fleche1.png) no-repeat scroll left top;
  left: 0;
  top: 0;
}
* html .jdSlideshow a.left {
  background: transparent url(img/fleche1.gif) no-repeat scroll left top;
}
.jdSlideshow a.right {
  background: transparent url(img/fleche2.png) no-repeat scroll right top;
  right: 0;
  top: 0;
}
* html .jdSlideshow a.right {
  background: transparent url(img/fleche2.gif) no-repeat scroll right top;
}

