#scroller-frame {
	position: absolute;
	height: 203px;
	width: 325px;
	margin-left: 75px;
	margin-top: 13px;
	overflow: hidden;
}

#scroller-container {
	width: 9999px;
}

#scroller-leftarrow, #scroller-rightarrow {
	position: absolute;
	margin-top: 110px;
	display: block;
	width: 11px;
	height: 26px;
}

#scroller-leftarrow {
	margin-left: 43px;
	background-image: url('../images/leftarrow.png');
}

#scroller-rightarrow {
	margin-left: 420px;
	background-image: url('../images/rightarrow.png');
}

#scroller-container img {
	width: 325px;
	height: 203px;
	display: block;
	float: left;
}