.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: white;
	border-left: solid #9C9D9F 1px;
	height: 100%;
	width: 10px;
}

.scrollbox_up_button {
	height: 0px;
}

.scrollbox_down_button {
	height: 0px;
}

.scrollbox_handle {
	background-color: #00A5CC;
}