.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 0px;
}

.scrollbox_scrollbar {
	background-color: #dddddd;
	border: 1px #dddddd solid;
	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: #ffffff;
	border: 1px #dddddd solid;
	border-right: 0px #cccccc solid;
	border-left: 1px #cccccc solid;
	width: 5px;
}