.is_btnNext {
  width: 20px;
  height: 70px;
  background-color: #F00;
  position: absolute;
  right: 0px;
  top: 0px;
}

.is_btnPrev {
  width: 20px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #F00;
}

.is_sliderContainer {
  overflow: hidden;
  width: 190px;
  height: 60px;
  position: absolute;
  left: 21px;
  right: 21px;
  top: 0px;
}

.is_sliderInner {
  height: 60px;
  position: relative;
}

.is_sliderInner img {
  margin-right: 6px;
}

.is_slider {
  position: relative;
  height: 62px;
  clear: both;
  width: 253px;
  overflow: hidden;
}

.is_viewer {
  width: 350px;
  height: 236px;
  background-image: url(../../../../tl_files/images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
