#slideshow-area, #slideshow-scroller {
  width: 880px;
  height: 248px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  float:left;
}

#slideshow-area {
  border: 0;
}

#slideshow-holder {
  height: 500px;
}

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

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

.slideshow-content {
  float: left;
}
