.slideshow {
  width: 182px;
  overflow: hidden;
  position: relative;
  padding-top: 62px;
  margin: 0 auto;
}

.slideshowSlides {
  height: 62px;
  position: absolute;
  top: 0;
  width: 100%;
}

.slideshowSlides .slide {
  height: 62px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.slideshowSlides .slide img {
  width: 100%;
  left: 50%;
  margin-left: -50%;
  position: absolute;
  border: none;
  border-radius: 5px;
}

/*********/
.slidershowNav a {
  position: absolute;
  width: 2em;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1em;
  color: #fff;
}

.slidershowNav a.prev {
  margin-left: calc(3% - 1em);
}
.slidershowNav a.next {
  margin-left: calc(97% - 1em);
}

.slidershowNav a.disabled {
  display: none;
}

/************/

.slidershowIndicator {
  bottom: 1.5em;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.slidershowIndicator a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #fff;
  border-radius: 50%;
}

.slidershowIndicator a.active {
  cursor: default;
  background-color: #333;
  margin-top: -3px;
  box-shadow: 1px 1px 2px #555;
}

.slidershowIndicator a span {
  display: none;
}

#img_slide img {
  border: 1px solid #ccc;
  border-radius: 5px;
}
