#slideshow {
  position: relative;
  height: 490px;
}
#slideshow-thumbs {
  position: absolute;
  z-index: 20;
}
#slideshow-thumbs div {
  float: left;
  height: 70px;
  overflow:hidden;
  padding-top: 8px;
}
#slideshow-thumbs ul {
  list-style: none;
  white-space: nowrap;
  font-size: 12px;
}
#slideshow-thumbs > a {
  float: left;
  display: block;
  height: 77px;
  width: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
}

#slideshow-thumbs a.prev {
  background-image: url(../images/slide_left.png);
  position: relative;
  top: -233px;
  z-index: 20;
  left: 10px;
}
#slideshow-thumbs a.next {
  background-image: url(../images/slide_right.png);
      position: relative;
    top: -233px;
    z-index: 20;
    left: 565px;
}
.SimpleSlideshow #slideshow-thumbs a.prev {
  background-image: url(../images/slide_left.png);
  position: relative;
  top: -156px;
  z-index: 20;
  left: 10px;
}
.SimpleSlideshow #slideshow-thumbs a.next {
  background-image: url(../images/slide_right.png);
  position: relative;
  top: -156px;
  z-index: 20;
  left: 565px;
}
#slideshow-thumbs li {
  display: inline;
  margin: 0px 2px;
  padding-bottom: 2px;
}

#slideshow-thumbs li img {
  border: 1px solid #000;
  width: 60px;
  height: 60px;
}

#slideshow-images {
  list-style: none;
}
#slideshow-images li{
  width: 647px;
  height: 374px;
  position: absolute;
  left: 12px;
  top: 15px;
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
}
#slideshow-thumbs li.selected img {
  /*opacity: 0.5;*/
}

#slideshow .overlay {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 3;

}
.overlay span {
  display: block;
  font-size: 17px;
  color: #EAAE34;
  padding: 8px 20px 8px 42px;
  height: 20px;
  margin: 0px;
  margin-right: 70px;
  background-color: #000;
  font-weight: normal;
}

/* Simple Slideshow */
.SimpleSlideshow, .SimpleSlideshow #slideshow-images li {
  height: 374px;
}
.SimpleSlideshow #slideshow-thumbs {
  bottom: 0px;
  left: 0px;
}
.SimpleSlideshow #slideshow-thumbs div {
  width: 647px;
}
/* Text Slideshow */
.SimpleSlideshow, .TextSlideshow, .TextSlideshow #slideshow-images li, .SimpleSlideshow #slideshow-images li {
  height: 374px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.SimpleSlideshow #slideshow-thumbs {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.TextSlideshow #slideshow-thumbs {
  position: absolute;
  bottom: 12px;
  right: 260px;
}
.TextSlideshow #slideshow-thumbs div {
  width: 330px;
  position: relative;
  right: 74px;
}
.TextSlideshow #slideshow-thumbs ul {

}
.TextSlideshow .bg {
  width: 624px;
  height: 195px;
  right: 0px;
  bottom: 10px;
  position: absolute;
  z-index: 10;

}
.TextSlideshow .desc {
  left: 360px;
  top: 400px;
  position: absolute;
  z-index: 20;
  color: #35302D;
  display: block;
  width: 260px;
  font-size: 11px;
}
.TextSlideshow .desc p {
  margin: 0px;
}