

#slideshow-area, #slideshow-scroller {
  width: 270px;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-holder {
  height: 190px;
}

.slideshow-content {
  float: left;
}

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

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

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

#moreinfo {
  width: 90px;
  height: 20px;
  position: absolute;
  top: 160px;
  left: 135px;
  z-index:1000;
  cursor: pointer;
  cursor: hand;
}