/* 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;
}

.hscrollerbase {
height: 7px;
background-color: #e9e9e9;
border-top: 1px solid #fafafa;
}
.hscrollerbar {
height: 7px;
background-color: #898989;
cursor:pointer;
}

.hscrollerbarbeg {
background-image: url(../../images/general/scroll_left.gif);
background-repeat:no-repeat;
width: 9px;
height: 7px !important;
}

.hscrollerbarend {
background-image: url(../../images/general/scroll_right.gif);
background-repeat:no-repeat;
width: 9px;
height: 7px !important;
}


.vscrollerbase {
width: 7px;
background-color: #e9e9e9;
border-top: 1px solid #fafafa;
}
.vscrollerbar {
width: 7px;
background-color: #898989;
cursor:pointer;
}

.vscrollerbarbeg {
background-image: url(../../images/general/scroll_up.gif);
background-repeat:no-repeat;
width: 7px !important;
height: 9px !important;
}

.vscrollerbarend {
background-image: url(../../images/general/scroll_down.gif);
background-repeat:no-repeat;
width: 7px !important;
height: 9px !important;
}