/* 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;
outline:none;
}

.vscrollerbase {
width: 4px;
background-color: #ddd;
outline:none;
}
.vscrollerbar {
width: 4px;
background-color: #C92128;
outline:none;
cursor:pointer;
}
.hscrollerbase {
height: 6px;

outline:none;
}
.hscrollerbar {
height: 6px;

}

.scrollerjogbox {
width: 4px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}