/* afstand pijltjes  */	

div#scrollbar { 
  position:relative; left:0; top:0;
  width:13px; height:440px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:22px;
  width:13px; height:395px;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:11px; height:20px;
  background-color:#221f1f;	
  	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px; border-color:#463F3F; border-style:solid;
  background: url("/scripts/scrollbar.gif") repeat;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  


