/* Start of CMSMS style sheet 'Scroller' */
div#scrollbar1, div#scrollbar, div#scrollbar3 {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn1  { 
  position:relative; left:0px;
  height: inherit; 
  overflow:hidden;
  }
  
div#scrollbar1{ 
  position:relative;  float:right; left:0px;
  width:11px; height:inherit; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  
  }
div#track1 { 
  position:absolute; left:0px; top:5px;
  width:11px; height:228px;
  display:block;
  background:url(images/track.gif) 0px 0 repeat-y;
  }
div#dragBar1 {
  position:relative; left:2px; top:1px;
  width:11px; margin:0 0 0 0px;
  background:url(images/drag.gif) 0px 0 no-repeat;
  z-index:1;
  }  
div#up1 { position:absolute; left:0; padding:0 0 0 0px; top:0; z-index:2; width:11px; }  
div#down1 { position:absolute; padding:0 0 0 0px;  left:0; bottom:0; z-index:3 }  



/* End of 'Scroller' */

