.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background: url(../images/style/scrollbar-background.jpg) repeat-y;
	/*border-left: solid black 1px;*/
	height: 100%;
	width: 11px;
}

.scrollbox_up_button {
	/*background: transparent url(../images/scroll_up_button.jpg) top right no-repeat;
	height: 20px;/*
}

.scrollbox_down_button {
	/*background: transparent url(../images/scroll_down_button.jpg) top right no-repeat;
	height: 20px;*/
}

.scrollbox_handle {
	background: #555555 url(../images/style/scrollbox-handle.jpg) no-repeat 0 center;
	height: 106px;
}