﻿#scrollbar1
{
   width: 300px;
   height: 420px;
   clear: both;
   overflow:hidden;
   float:left;
}
#scrollbar1 .viewport
{
   margin-top:10px;
   width: 280px;
   height: 400px;
   overflow: hidden;
   float:left;
   position: relative;
}
#scrollbar1 .overview
{
   list-style: none;
   position: absolute;
   left: 0;
   top: 0;
}
#scrollbar1 .thumb
{
   background: transparent url(/Includes/images/scrollbar_bg.png) no-repeat;
}
#scrollbar1 .scrollbar
{
   position: relative;
   background-position: 0 0;
   float: right;
   width: 9px;
}
#scrollbar1 .track
{
   background: transparent url(/Includes/images/scrollbar_bg.gif) no-repeat;
   height: 100%;
   width: 9px;
   position: relative;
}
#scrollbar1 .thumb
{
   background-position: 100% 100%;
   height: 20px;
   width: 9px;
   cursor: pointer;
   overflow: hidden;
   position: absolute;
   top: 0;
}
.scrollbar .top
{
    background: transparent url(/Includes/images/arrow_top.png) no-repeat 0 0;
    _background: transparent url(/Includes/images/arrow_top.gif) no-repeat 0 0;
    height: 10px;
    width: 9px;
    margin-bottom:2px;
}
.scrollbar .end
{
    background: transparent url(/Includes/images/arrow_down.png) no-repeat 0 0;
    _background: transparent url(/Includes/images/arrow_down.gif) no-repeat 0 0;
    height: 10px;
    width: 9px;
}
#scrollbar1 .disable
{
    display: none;
}