.scrollbox {position: relative;}

.scrollbox_content 
{
	padding-right: 20px;
}

.scrollbox_scrollbar {

	border: 1px solid #C5C5C5;
	background-color: white;
	height: 430px;
	width: 10px;
	background-position: 5px 14px;
	*background-position: 7px 14px;
}

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

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

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