div#simple_scroller {
	position: relative;
	margin: 0px auto;
	z-index: 1;
	width: 976px;
	height: 315px;
}
div#simple_scroller ul {
	width: 976px;
	z-index: 1;
	position: relative;
	padding: 0px;
	list-style-type: none;
}
div#simple_scroller ul li {
	position: absolute;
	width: 976;
	top: 0px;
	left: -22px;
	z-index: 1;
}
div#scrollPrevious,
div#scrollNext {
	position: absolute;
	top: 150px;
	z-index: 4;
	height: 55px;
	width: 58px;
	font-size: 0px;
	cursor: pointer;
}
div#scrollPrevious {
	left: -72px;
	background: transparent url('images/arrow_left.png') no-repeat top left;
}
div#scrollNext {
	right: -37px;
	background: transparent url('images/arrow_right.png') no-repeat top left;
}
