/* 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: 10px;
    background-color: white;
}
.hscrollerbar {
    height: 10px;
    background-color: black;
}
.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background-color: gray;
}
#gac .module .mcontentwrapper p {
    padding-right: 30px;
}
.vscrollerbar {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: block;
    height: inherit;
    position: relative;
    right: 0;
    top: 0;
    width: 6px;
}
.vscrollerbase {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    background: rgba(255,255,255,0.2);
}