 #scrolled{
        top        : 40px;
        left       : 0px;
        width      : 260px;
        padding    : 0px;
        margin     : 0px;
        border     : none ;
        position   : absolute;
        text-align : left;
        clip       : rect(0px 260px 150px 0px);
  }
  #scroller{
        top        : 60px;
        left       : 290px;
        width      : 6px;
        height     : 150px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        position   : absolute;
  }
  #scrollUp{
        top        : 0px;
        left       : 0px;
        width      : 6px;
        height     : 10px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        background : #aaa;
        position   : absolute;
        overflow   : hidden;
        z-index    : 102;
  }
  #scrollDown{
        top        : 140px;
        left       : 0px;
        width      : 6px;
        height     : 10px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        background : #aaa;
        position   : absolute;
        overflow   : hidden;
        z-index    : 101;
  }
  
  #scrollBar{
        top        : 12px;
        left       : 0px;
        width      : 6px;
        height     : 10px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        background : rgb(140,177,203);
        position   : absolute;
        overflow   : hidden;
        z-index    : 100;
  }
  #scrolled2Container{
        top        : 0px;
        left       : 0px;
        width      : 560px;
        height     : 380px;
        
        padding    : 0px;
        margin     : 0px;
        border     : none;
        position   : absolute;
  } 
  #scrolled2{
        top        : 0px;
        left       : 0px;
        width      : 560px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        position   : absolute;
        text-align : justify;
        min-height:380px;
        overflow:hidden;
        clip       : rect(0px,565px,380px,0px);
  }    

  
  #scroller2{
        top        : 20px;
        left       : 580px;
        width      : 6px;
        height     : 260px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        position   : absolute;
  }
  #scrollUp2{
        top        : 0px;
        left       : 0px;
        width      : 6px;
        height     : 10px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        background : #aaa;
        position   : absolute;
        overflow   : hidden;
        z-index    : 102;
  }
  #scrollDown2{
        top        : 370px;
        left       : 0px;
        width      : 6px;
        height     : 10px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        background : #aaa;
        position   : absolute;
        overflow   : hidden;
        z-index    : 101;
  }
  
  #scrollBar2{
        top        : 12px;
        left       : 0px;
        width      : 6px;
        height     : 10px;
        padding    : 0px;
        margin     : 0px;
        border     : none;
        background : rgb(140,177,203);
        position   : absolute;
        overflow   : hidden;
        z-index    : 100;
  }
  
