@charset "utf-8";
/* CSS Document */

.scroll-track{
 height:10px;
 width:10px;
 background:#FFF;
}

.scroll-handle{
 border: 1px solid black;
 height:10px;
 width:10px;
 background:#999;
 cursor:pointer;
}
