.sp_scroll .scrollbox {position: relative;}
.sp_scroll .scrollbox_content { margin-right: 16px; }
.sp_scroll .scrollbox_scrollbar { height: 100%;	width: 14px; }
.sp_scroll .scrollbox_up_button {
	background: transparent url(../images/scroll/button-up.png) top right no-repeat;
	height: 13px; width:14px;
}
.sp_scroll .scrollbox_down_button {
	background: transparent url(../images/scroll/button-down.png) top right no-repeat;
	height: 13px; width:14px;
}
.sp_scroll .scrollbox_handle {
	background-color: #000; cursor: pointer;
}
.sp_scroll .scrollbox_slider { background-color: silver; width: 2px; left: 6px; }