.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 15px;
}

.scrollbox_scrollbar {
	height: 100%;
	width: 15px;
	left:459px;

}

.scrollbox_up_button {
	/* background:  url(../images/flech_haut.png) top right no-repeat; */
	left:-5px;
	height: 10px;
	cursor:pointer; 
}

.scrollbox_down_button {
	/* background: url(../images/flech_bas.png)  top right no-repeat; */
	height: 10px;
	left:-5px;
	top:450px;
	cursor:pointer; 
}
.scrollbox_down_button2 {
	/* background: url(../images/flech_bas.png)  top right no-repeat; */
	height: 10px;
	left:-5px;
	top:400px;
	cursor:pointer; 
}

.scrollbox_handle {
	/* background-color: #33CC33; */
	background-image: url(../images/trajet.gif) ;
	background-repeat:no-repeat;
}

