.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 0px;
}

.scrollbox_scrollbar {
	background-color: silver;
	border-left: 0px;
	height: 100%;
	width: 0px;
}

.scrollbox_up_button {
	background: transparent;
	height: 0px;
}

.scrollbox_down_button {
	background: transparent;
	height: 0px;
}

.scrollbox_handle {
	background-color: white;
}