.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: silver;
	height: 100%;
	width: 14px;
	background: transparent url(../images/trait.png) top right ;
}

.scrollbox_up_button {
	background: transparent url(../images/fleche_haut.png) top right no-repeat;
	height: 7px;
}

.scrollbox_down_button {
	background: transparent url(../images/fleche_bas.png) top right no-repeat;
	height: 7px;
}

.scrollbox_handle {
	background: transparent url(../images/rond.png) top right no-repeat;
	height: 11px;
}