#slideshow-area, #slideshow-scroller {
  width: 700px;
  height: 450px;
  position: relative;
  overflow: hidden;

}

#slideshow-area {
	left:2px;
	top: 0px;


}

#slideshow-holder {
  height: 450px;

}

#slideshow-previous, #slideshow-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 200px;
	display: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	background-image: url(../images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#slideshow-next {
	display: block;
	top: 200px;
	right: 0px;
	background-color: transparent;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slideshow-content {
	float: left;
	width: 700px;
	text-align: center;

}
