.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 17px;
}

.scrollbox_scrollbar {
	background-color: #222;
	/* border-left: solid #444444 1px; */
	height: 100%;
	width: 17px;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up.gif) top right no-repeat;
	height: 15px;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down.gif) top right no-repeat;
	height: 15px;
}

.scrollbox_handle {
	background-color: #343434;
}