@charset "utf-8";
/* CSS Document */


div#scrollbar { 
  position:relative;
  width:34px; 
  height:360px; 
  float: right;
  font-size:1px;  /* for image vertical alignment issue */
  /* margin-right: 21px; */
  }
  
a {border:0px;}
  
div#track { 
  position:absolute; left:0; top:20px;
  width:13px; height:320px;
  background-image:url(../images/slider_bg.png);
  background-repeat:repeat-y;
  }
div#dragBar {
  background-image:url(../images/slider.gif);
  background-repeat:no-repeat;
  position:absolute; 
  left:0px; top:0px;
  width:13px; 
  height:69px;
  }  
div#up { position:absolute; left:0; top:0; width: 13px; height: 20px; border: 0px;}  
div#down { position:absolute; left:0; bottom:0; width: 13px; height: 20px; border: 0px;}




/* 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 [1]*/
div#scrollbar img {
    display:block; 
	border: 0px;
    } 

