@charset "windows-1256";
#slideshow-area, #slideshow-scroller {
  width: 555px;
  height: 319px;
/*  width: 565px;
  height: 325px;  */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

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

#slideshow-previous, #slideshow-next {
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent url("btn_prev.png") no-repeat 50% 50%;  
  top: 289px;
  display: none;
  cursor: pointer;
  cursor: hand;
}
#slideshow-previous {
 left:1px;
}
#slideshow-next {
  display: block;
  background: transparent url("btn_next.png") no-repeat 50% 50%;  
  top: 289px;
  right: 0;
}

.slideshow-content {
  float: left;
}
