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

#slideshow-area {
}

#slideshow-holder {
  height: 350px;
}



#slideshow-previous, 
#slideshow-next {
  width: 236px;
  height: 157px;
  position: absolute;
  background: url("../img/ico_arrow_left.png") no-repeat;
  top: 100px;
  display: none;
  cursor: hand !important;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#slideshow-previous:hover, 
#slideshow-next:hover{
  cursor: hand;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

#slideshow-previous{
left:20px;
}

#slideshow-next {
  display: block;
  background: url("../img/ico_arrow_right.png") no-repeat;
  right: 20px;
}

.slideshow-content {
  float: left;
}

#slideshow-scroller img{
  width: 950px;
  height: 350px;
	
}
