.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}
.scrollbox_scrollbar {
	background-color: silver;
	border-left: solid silver 1px;
	height: 100%;
	width: 5px;
	cursor:pointer;
}
.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.jpg) top right no-repeat;
	height: 0px;
}
.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.jpg) top right no-repeat;
	height: 0px;
}
.scrollbox_handle {
	background-color: #000;
}