.scrollbox {position: relative;}
.scrollbox_content {margin-right: 10px;}
.scrollbox_scrollbar {
	background-color: #fff;
	border-left: solid black 0px;
	height: 340px;
	width: 10px;
}
.scrollbox_up_button {
	background: transparent url(../images/home/f-up.gif) top right no-repeat;
	height: 16px;
}
.scrollbox_down_button {
	background: transparent url(../images/home/f-down.gif) bottom right no-repeat;
	height: 16px;
}
.scrollbox_handle { background-color: #d7bc76;}
