.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background: transparent url(../images/scrollbar_bg.gif) top center repeat-y;
	height: 100%;
	width: 9px;
	cursor: pointer;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.png) top right no-repeat;
	height: 20px;
	cursor: pointer;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.png) top right no-repeat;
	height: 9px;
	cursor: pointer;
}

.scrollbox_handle {
	background: transparent url(../images/scrollbar_handle_bg.gif) top center repeat-y;
	cursor: pointer;
}