div#ScrollBar {
    display:block;
    position:relative;
    width:11px; 
    height:330px; 
    font-size:1px;
    margin: 15px 0 0 0;
 }

div#wn	{ 
    position:relative;
    width:200px; 
    height:320px;
    overflow:hidden;
}

div#track { 
  position:absolute; 
  left:0; 
  top:12px;
  width:11px; 
  height:305px;
  background: url("Layout/ScrollBar/ScrollBg.gif") repeat-y;
}

div#dragBar {
  position:absolute; 
  left:1px; 
  top:1px;
  width:11px; 
  height:27px;
  background-color:#ceced6;
  background: url("Layout/ScrollBar/ScrollBtn.png") no-repeat;
} 
   
div#up { position:absolute; left:0; top:0; }  
div#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;
}

div#scrollbar img {
    display:block; 
} 