.scrollbox {position: relative;}

.scrollbox_content 
{
	padding-right: 10px;
}

.scrollbox_scrollbar {

	border-left: 1px solid #C5C5C5;
	height: 108px;
	width: 10px;
}

.scrollbox_up_button {
	background: transparent url(../images/arrow-top.gif) no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 10px;
}

.scrollbox_down_button {
	background: transparent url(../images/arrow-bott.gif) no-repeat;
	background-position: 0px 2px;
	height: 12px;
	width: 10px;
}

.scrollbox_handle {
	background: transparent url(../images/scroller.gif) repeat-y;
	width: 0px;
}