.scrollbox {position: relative;}

.scrollbox_content {
	margin: 5px 20px 20px 20px;
}

.scrollbox_scrollbar {
	border-left: 0px;
	background: transparent url(../img/s_bar.gif) top center no-repeat;
	height: 441px;
	width: 23px;
}

.scrollbox_up_button {
	background: none;
	height: 20px;
}

.scrollbox_down_button {
	background: none;
	height: 20px;
}

.scrollbox_handle {
	background: transparent url(../img/scroll.gif) top center no-repeat;
	width: 19px;
}