.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 0px;
}

.scrollbox_scrollbar {
	background-color: #dedede;
	border-left: solid black 0px;
	height: 100%;
	width: 10px;
}

.scrollbox_up_button {
	background: transparent url(../images/arrow_up.gif) top right no-repeat;
	height: 9px;
}

.scrollbox_down_button {
	background: transparent url(../images/arrow_down.gif) bottom right no-repeat;
	height: 9px;
}

.scrollbox_handle {
	background-color: #bbbbbb;
}