#scroller_container {
	position: relative;
	width: 100%;height: 100%;
	overflow: hidden;
	/*cursor:hand;*/
	cursor:pointer;
}

#scroller_scroll_up {
	position: relative;
	width: 100%;height: 13px;
	text-align:center;
	/*cursor:hand;*/
	cursor:pointer;
}

#scroller_scroll_down {
	position: relative;
	width: 100%;height: 13px;
	text-align:center;
	/*cursor:hand;*/
	cursor:pointer;
}

#scroller_scroll {
	position:relative;
	height:13px;width:100%;
	text-align:center;
	/*cursor:hand;*/
	cursor:pointer;
}
