/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
   width: 20px;
   background: #D7EBDF url(scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbar {
   width: 20px;
   background: #99CBCB url(scrollbar.png) -20px 0px repeat-y;
}

.vscrollerbar {

   padding: 23px;
   z-index: 2;
}


.vscrollerbarbeg {

   background: url(scrollbar.png) -60px -41px no-repeat;

   width: 20px;
   height: 4px !important;
}


.vscrollerbarend {

   background: url(scrollbar.png) -60px 0px no-repeat;

   width: 20px;

   height: 4px;


}

.scrollerjogbox {
   width: 15px;
height: 15px;
   top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(scrollbar.png) 0px 0px;


}
.vscrollerbasebeg {
   background: url(scrollbar.png) -40px -22px no-repeat;
   width: 20px;
   height: 23px !important;
}

.vscrollerbaseend {
   background: url(scrollbar.png) -40px 0px no-repeat;
   height: 23px;

   width: 20px;

}
.hscrollerbar {padding: 0px;z-index: 2;}
