/* 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: 9px;
}
.vscrollerbar {
width: 9px;
background: url(images/scroller.gif);
}
.hscrollerbase {
height: 9px;
}
.hscrollerbar {
height: 9px;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
width: 9px;
height: 9px !important;
}
.vscrollerbarend {
width: 9px;
height: 9px;
}
.hscrollerbarbeg {;
height: 9px;
width: 9px !important;
}
.hscrollerbarend {
height: 9px;
width: 9px;
}
.scrollerjogbox {
width: 9px;
height: 9px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
.vscrollerbasebeg {
background: url(images/scrolltop.gif) no-repeat;
width: 9px;
height: 9px !important;
}
.vscrollerbaseend {
background: url(images/scrollbottom.gif) no-repeat;
height: 9px;
width: 9px;
}
.hscrollerbasebeg {
height: 9px;
width: 9px !important;
}
.hscrollerbaseend {
height: 9px;
width: 9px;
}
.scrollerjogbox:hover {
}
/* Scroll Bar Master Styling Ends Here */

