.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 0px;
}

.scrollbox_scrollbar {
	background-color: #000000;
	border-left: solid black 1px;
	height: 100%;
	width: 15px;
	margin-left:0px;
}

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

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

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