@charset "UTF-8";
/* CSS Document */

#slideshow-area, #slideshow-scroller {
  width: 290px;
  height: 225px;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
}

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

#slideshow-holder {
  height: 225px;
}

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

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

#slideshow-next:hover {
background-image: url("../images/arrow-right.png");
}

.slideshow-content {
  height: 225px;
  width: 290px;
  float: left;
}