#contentScrollbar { color: white; width: 692px; clear: both; margin: 0 0 10px; }
#contentScrollbar .viewport { width: 657px; height: 380px; overflow: hidden; position: relative; }
#contentScrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; }
#contentScrollbar .thumb .end,
#contentScrollbar .thumb { background-image: url(bg_wit_65procent.png);
	background-repeat: repeat; }
#contentScrollbar .scrollbar { position: relative; float: right; width: 33px; }
#contentScrollbar .track { height: 100%; width:33px; position: relative; padding: 0 1px; }
#contentScrollbar .thumb { background-image: url(pijlte_down_scrollbar.png); background-repeat: no-repeat; background-position: right bottom; height: 16px; width: 33px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#contentScrollbar .thumb:hover { background-image: url(pijlte_down_scrollbar_hover.png); background-repeat: no-repeat; background-position: center bottom; height: 16px; width: 33px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#contentScrollbar .thumb .end { background-image: url(pijlte_up_scrollbar.png); background-repeat: no-repeat; background-position: center center; overflow: hidden; height: 16px; width: 33px; }
#contentScrollbar .disable{ display: none; }