.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: #fff;
 	background: transparent url(/img/trackimage.png) top center no-repeat;
	height: 100%;
	width: 11px;
}

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

.scrollbox_down_button {
	background: transparent url(/images/scroll_down_button2.jpg) bottom center no-repeat;
	height: 11px;
}

.scrollbox_handle {
	background-color: #33CC33;height:20px;
}