.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 10px;
}

.scrollbox_scrollbar {
	background-color: #353136;
	border-left: solid black 0px;
	height: 300px;
	width: 10px;
}

.scrollbox_up_button {
	background: transparent url(../images/f-up.png) top right no-repeat;
	height: 10px;
}

.scrollbox_down_button {
	background: transparent url(../images/f-down.png) top right no-repeat;
	height: 20px;
}

.scrollbox_handle {
	background-color: #464246;
}