.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: #FFFFFF;
	border-right: solid black 1px;
	height: 100%;
	width: 13px;
}

.scrollbox_up_button {
	height: 12px;
}

.scrollbox_down_button {
	height: 12px;
}

.scrollbox_handle {
	background-color: #000;
}