/* 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: 12px;
background-color:  #FFFFFF;
}
.vscrollerbar {
width: 12px;
background-color: #EBEBEB;
}
.hscrollerbase {
height: 12px;
background-color: #CCCCCC;
}
.hscrollerbar {
height: 12px;
background-color: #FFFFFF;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color:  #FFFFFF;
}

.vscrollerbasebeg {
background: url(vbar.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(vbar.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}

.vscrollerbar, .hscrollerbar {
padding: 15px;
z-index: 2;
}
