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

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

#slideshow-holder {
  height: 250px;
}

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

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

.slideshow-content {
  width: 900px;
  float: left;
}