#slideshow-area, #slideshow-scroller {
  width: 630px;
  height: 410px;
  position: relative;
  overflow: hidden;

}
#portfolio {
float: right;
width: 160px;
	height: 410px;
}

#slideshow-area {

}

#slideshow-holder {
  height: 410px;
}

#slideshow-previous, #slideshow-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 180px;
	display: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	background-image:  url("portfolio/arrow-left.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#slideshow-next {
	display: block;
	top: 180px;
	right: -3px;
	background-color: transparent;
	background-image:  url("portfolio/arrow-right.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slideshow-content {
	float: left;
	width: 630px;
	text-align: center;
	vertical-align: middle;
}
