.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: #fff;
	border: solid #ccc 1px;
	height: 99%;
	width: 15px;
}

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

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

.scrollbox_handle {
	background-color: #33CC33;
	background: transparent url(../images/scroll-med.jpg) top right repeat-y;
}
