.scrollbox {
	position: relative; 
}

.scrollbox_content {
	margin-right: 4px;
}

.scrollbox_scrollbar {
	background-color: #4178ad;
	height: 100%;
	width: 4px;
	margin-right:6px;
}

.scrollbox_up_button {
	height: 4px;
	background:url(../images/scroll_top.jpg) top center no-repeat;
}

.scrollbox_down_button {
	height: 4px;
	background:url(../images/scroll_bottom.jpg) top center no-repeat;
}

.scrollbox_handle {
	background-color: #164f86;
}