.scroll-track{
 height:10px;
 width:15px;
 background:#b3b2b2;
}

.scroll-track-top{
 height:16px;
 width:15px;
 background:url('../images/scrollbar/bar_top.gif') no-repeat top center;
}

.scroll-track-bot{
height:16px;
 width:15px;
 background:url('../images/scrollbar/bar_bot.gif') no-repeat top center;
}

.scroll-handle{
 height:10px;
 width:15px;
 background:#5B207B;
 cursor:pointer;
  background:url('../images/scrollbar/scrollback.gif') no-repeat top left;

}

