/* 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: 10px;
background-color: #bbe14e;
}
.vscrollerbar {
width: 10px;
background-color: #8fc100;
}
.hscrollerbase {
height: 13px;
background-color: #bbe14e;
}
.hscrollerbar {
height: 13px;
background-color: #8fc100;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
/*
.hscrollerbarbeg {
background: url(/im/scroll_left.gif) no-repeat;
height: 13px;
width: 13px !important;
}
.hscrollerbarend {
background: url(/im/scroll_right.gif) no-repeat;
height: 13px;
width: 13px !important;
}
*/