.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: #FFFFFF;
        border-left:1px solid #ff7200; 
        border-right:1px solid #ff7200; 
	height: 100%;
	width: 20px;
}

.scrollbox_up_button {
	background: transparent url(../images/up_scroll.jpg) top right no-repeat;
	height: 20px;
        border-bottom:1px solid #E1E1E1; 
}

.scrollbox_down_button {
	background: transparent url(../images/down_scroll.jpg) bottom right no-repeat;
	height: 20px;
        border-top:1px solid #E1E1E1; 
}

.scrollbox_handle {
	background-color: #ff7200;
	border:1px solid #FFFFFF;
}