#scroller_wrapper_inner .prevPage,
#scroller_wrapper_inner .nextPage {
	background: url(../pictures/hori_large.png) no-repeat;
	width: 30px;
	height: 30px;
    position: absolute;
	cursor: pointer;
	font-size: 1px;
    z-index: 500;
    top: 70px;
}
#scroller_wrapper_inner .prevPage {
    background-position: 0px 0px;
    left: 0px;
}
#scroller_wrapper_inner .nextPage {
    background-position: 0px -30px;
    right: 0px;
}
#scroller_wrapper_inner .prevPage:hover { background-position:-30px 0px; }
#scroller_wrapper_inner .prevPage:active { background-position:-60px 0px; }
#scroller_wrapper_inner .nextPage:hover { background-position:-30px -30px; }
#scroller_wrapper_inner .nextPage:active { background-position:-60px -30px; }

