.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 14px;
}

.scrollbox_scrollbar {
	background-color: #f5f5f5;
	border-left: solid black 0px;
	height: 100%;
	width: 14px;
}

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

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

.scrollbox_handle {
	background-color: #cccccc;
}
