.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

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

.scrollbox_up_button {
	background: transparent url(../images/btn-up.gif) top right no-repeat;
	height: 11px;
}

.scrollbox_down_button {
	background: transparent url(../images/btn-dn.gif) top right no-repeat;
	height: 11px;
}

.scrollbox_handle {
	background-color: #333333;
}