.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 15px;
}

.scrollbox_scrollbar {
	background: transparent url(../images/scrollbar.gif) top right repeat;
	height: 100%;
	width: 15px;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.gif) top right no-repeat;
	height: 6px;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.gif) top right no-repeat;
	height: 6px;
}

.scrollbox_handle {
	background: transparent url(../images/handle.gif) top right repeat;
}