div#scrollbar_01
{
    display:block; /* initially display:none; to hide from incapable */
    float: left;
    margin-left: 20px;
}
.no_border
{
    border: none;
}
div#wn_01
{
    position:relative;
    width:840px;
    height:310px;
    overflow:hidden;
    float: left;
}

div#scrollbar_01
{
  position:relative;
  width:11px;
  height:320px;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track_01 {
  position:absolute;
  left:0;
  top:12px;
  width:11px;
  height:300px;
  background: gray;
  cursor: pointer;
  }
div#dragBar_01 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color: #545454;
  }
div#up_01 {
position:absolute; left:0; top:0;
}
div#down_01 { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
/*
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
*/

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar_01 img {
    display:block;
    }
/*------------------------------------------------------------------------------------------------------------------*/
div#scrollbar_02
{
    display:block; /* initially display:none; to hide from incapable */
    float: left;
    margin-left: 20px;
}

div#wn_02
{
    position:relative;
    width:392px;
    height:280px;
    overflow:hidden;
    float: left;
}

div#scrollbar_02
{
  position:relative;
  width:11px;
  height:290px;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track_02 {
  position:absolute;
  left:0;
  top:12px;
  width:11px;
  height:270px;
  background: gray;
  cursor: pointer;
  }
div#dragBar_02 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color: #545454;
  }
div#up_02 {
position:absolute; left:0; top:0;
}
div#down_02 { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
/*
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
*/

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar_02 img {
    display:block;
    }
/*------------------------------------------------------------------------------------------------------------------*/
div#scrollbar_03
{
    display:block; /* initially display:none; to hide from incapable */
    float: left;
    margin-left: 20px;
}

div#wn_03
{
    position:relative;
    width:392px;
    height:280px;
    overflow:hidden;
    float: left;
}

div#scrollbar_03
{
  position:relative;
  width:11px;
  height:290px;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track_03 {
  position:absolute;
  left:0;
  top:12px;
  width:11px;
  height:270px;
  background: gray;
  cursor: pointer;
  }
div#dragBar_03 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color: #545454;
  }
div#up_03 {
position:absolute; left:0; top:0;
}
div#down_03 { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
/*
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
*/

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar_03 img {
    display:block;
    }    