.scrollbox {
position: relative;}

.scrollbox_content {
margin-right: 0px;
}

.scrollbox_scrollbar {
   background: transparent url(../../images/fondScroll.gif) top repeat-y;
	height: 350px;
	width: 15px;
	margin: 30px 5px 12px 0;
}

.scrollbox_up_button {
	background: transparent url(../../images/flecheHaut.gif) top no-repeat;
	height: 14px;
	cursor: pointer;
}

.scrollbox_down_button {
	background: transparent url(../../images/flecheBas.gif) top no-repeat;
	height: 14px;
	cursor: pointer;
}

.scrollbox_handle {
	background-color: #b10000;
	cursor: pointer;
	background: transparent url(../../images/tiretScroll.gif) top repeat-y;
}