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

.horizontal-track {
height: 6px;            /* How wide is the scrollbar going to be? */
background-color:transparent; /* What color should the horizontal track be? */
}

.horizontal-handle {
height: 6px;            /* How wide is the scrollbar handle? */
background-color:#cccccc; /* What color should the handle be? */
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;}

