#container {
	position:relative;
	width:520px;
	height:250px;
	overflow:hidden;
  }#scrollbar {
	position:relative;
	width:10px;
	height:230px;
	font-size:1px;
  }
#track {
	position:absolute;
	top:11px;
	width:10px;
	height:208px;
	background-color: #000000;
	bottom: 11px;
  }
#dragBar {
	position:absolute;
	top:1px;
	width:8px;
	height:50px;
	background-color:#72BF44;
	bottom: 1px;
  }  
#up { position:absolute; left:0; top:0; }  
#down { position:absolute; left:0; bottom:0; }
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
#scrollbar 
img  { display:block;
  }

