.scrollbox {position: relative;}

.scrollbox_content {margin-right: 10px;}

.scrollbox_scrollbar {
	background: transparent url(../../images/scrollbox/bgScroll.gif) repeat-y;
	height: 100%; width: 10px; margin-right: 5px;}

.scrollbox_up_button {
	background: transparent url(../../images/scrollbox/haut.png) top right no-repeat;
	height: 28px; cursor: pointer; margin-top: -1px;}

.scrollbox_down_button {
	background: transparent url(../../images/scrollbox/bas.png) top right no-repeat;
	height: 28px; cursor: pointer;}

.scrollbox_handle {background-color: #adc7d9; margin: 0 2px; width: 6px !important; cursor: pointer;}
