div#simple_scroller {
	position: relative;
	margin: 0px auto;
	z-index: 1;
	width: 984px;
	height: 324px;
	background: transparent url('images/scroller_bkg.png') no-repeat top left;
}
div#simple_scroller div,
div#simple_scroller ul,
div#simple_scroller li,
div#simple_scroller table,
div#simple_scroller tr,
div#simple_scroller td,
div#simple_scroller p {
	z-index: 1;
}
div#simple_scroller > ul {
	width: 984px;
	position: relative;
	padding: 0px;
	list-style-type: none;
}
div#simple_scroller > ul > li {
	position: absolute;
	top: 20px;
	left: 29px;
	width: 926px;
	height: 278px;
}
div#scrollPrevious,
div#scrollNext {
	position: absolute;
	z-index: 4;
	font-size: 0px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -2300px;
}
div#scrollPrevious {
	top: 109px;
	height: 114px;
	width: 74px;
	left: -45px;
	background: transparent url('images/arrow_left.png') no-repeat top left;
}
div#scrollNext {
	top: 112px;
	height: 90px;
	right: -30px;
	width: 59px;
	background: transparent url('images/arrow_right.png') no-repeat top left;
}