.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 10px;
}

.scrollbox_scrollbar {
	background-color: #000;
	border-left: solid black 1px;
	height: 100%;
	width: 11px;
}

.scrollbox_up_button {
	background: transparent url(/media/images/scroll_up_button.jpg) top right no-repeat;
	height: 10px;
}

.scrollbox_down_button {
	background: transparent url(/media/images/scroll_down_button.jpg) top right no-repeat;
	height: 10px;
}

.scrollbox_handle {
	background-color: #4e4e4e;
}