div#scrollbar {
    display:block;
    }

div#wn	{ 
    position:relative;
    width:474px; height:305px;
    overflow:hidden;
	}
    
div#scrollbar { 
  position:relative;
  width:11px; height:301px; 
  }
div#track { 
  position:absolute; left:0; top:0px;
  width:11px; height:305px;
  background: #cecece;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#666;
  }  
div#scrollbar, div#track, div#dragBar{
    -moz-user-select: none;
    -khtml-user-select: none;
}