.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: transparent;
	height: 100%;
	width: 20px;
}

.scrollbox_up_button {
	background: transparent url('scroll/scroll_up.gif') 50% 50% no-repeat;
	height: 18px;
	width: 18px;
}

.scrollbox_down_button {
	background: transparent url('scroll/scroll_down.gif') 50% 50% no-repeat;
	height: 18px;
	width: 18px;
}

.scrollbox_handle {
	background: #efefef url('scroll/scroll_handle.gif') top left repeat-y;
	width: 16px;
	height: 24px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
