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

#slideshow-area {
  border: 1px solid #000;
}

#slideshow-holder {
  height: 320px;
}

#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent url("/images/arrow_left.png") no-repeat 50% 50%;
  top: 130px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-next {
  display: block;
  background: transparent url("/images/arrow_right.png") no-repeat 50% 50%;
  top: 130px;
  right: 0;
  z-index:999;
}

.slideshow-content {
  float: left;
}
