.scrollbox {position: relative;}

.scrollbox_content 
{
	padding-right: 35px;
	height: 420px; 
	width: 550px;
}

.scrollbox_scrollbar {

	height: 420px;
	width: 15px;
	background: transparent url(../images/scroll.gif) no-repeat;
	background-position: 5px 20px;
	*background-position: 4px 20px;
}

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

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

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

