.scrollbox {
	position: absolute;
	}
	
.scrollbox_content {
/*margin-right: 20px;*/
/*	padding-top:15px;*/

}

.scrollbox_scrollbar {
	background-color: black;
	/*border-left: solid black 1px;*/
	height: 100%;
	width: 10px;
}

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

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

.scrollbox_handle {
	background-color: white;
}
