/* 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: 11px;
background: url('../theme/images/scrollbar_v.gif') 0px 0px repeat-y;
}
.vscrollerbar {
width: 11px;
background: url('../theme/images/scrollbar_v.gif') -11px 0px repeat-y;
}
.hscrollerbase {
height: 11px;
background: url('../theme/images/scrollbar_h.png') 0px -11px repeat-x;
}
.hscrollerbar {
height: 11px;
background: url('../theme/images/scrollbar_h.png') 0px -22px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url('../theme/images/scrollbar_v.gif') -33px -22px no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbarend {
background: url('../theme/images/scrollbar_v.gif') -33px 0px no-repeat;
width: 11px;
height: 11px;
}
.hscrollerbarbeg {
background: url('../theme/images/scrollbar_v.gif') -44px -11px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbarend {
background: url('../theme/images/scrollbar_v.gif') -22px -11px no-repeat;
height: 11px;
width: 11px;
}
.scrollerjogbox {
width: 11px;
height: 11px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url('../theme/images/scrollbar_h.png') 0px 0px;
}
.vscrollerbasebeg {
background: url('../theme/images/scrollbar_v.gif') -22px -22px no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbaseend {
background: url('../theme/images/scrollbar_v.gif') -44px -22px no-repeat;
height: 11px;
width: 11px;
}
.hscrollerbasebeg {
background: url('../theme/images/scrollbar_v.gif') -44px 0px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbaseend {
height: 11px;
width: 11px;
background: url('../theme/images/scrollbar_v.gif') -22px 0px no-repeat;
}
.scrollerjogbox:hover {
background: url('../theme/images/scrollbar_v.gif') -33px -11px;
}
/* Scroll Bar Master Styling Ends Here */

