

#slideshow-area2, #slideshow-scroller2 {
  width: 270px;
  height: 235px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-holder2 {
  height: 235px;
}

.slideshow-content2 {
  float: left;
}

#slideshow-previous2, #slideshow-next2 {
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent url("/img/i4content/ar_left.gif") no-repeat 50% 50%;
  top: 107px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-previous2 {
  left : 0px;
  margin-left:5px;
}

#slideshow-next2 {
  display: block;
  background: transparent url("/img/i4content/ar_right.gif") no-repeat 50% 50%;
  right: 0px;
  margin-right:5px;
}
