.scrollbox {
	position: relative;
}

.scrollbox_content {
	margin-right: 1 0px;
}

.scrollbox_scrollbar {
	height: 100%;
	width: 12px;
}

.scrollbox_up_button {
	background: transparent url(../images/scrollbox/scroll_up_button.png) top right no-repeat;
	height: 6px;
}

.scrollbox_down_button {
	background: transparent url(../images/scrollbox/scroll_down_button.png) top right no-repeat;
	height: 6px;
}

.scrollbox_handle {
	background-color: #5C5954;
	margin: 0 1px;
}