/* 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: 9px;background-color: white; }
.vscrollerbar {width: 7px;background-color: white; border: 1px #cecec8 solid;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.scrollerjogbox {width: 9px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #cecec8;}
.vscrollerbase {background: #cecec8;}
.vscrollerbasebeg {background: url(/Assets/Images/scrolls.gif) 0px 0px no-repeat; width: 9px;height: 6px !important;}
.vscrollerbaseend {background: url(/Assets/Images/scrolls.gif) 0px -6px no-repeat; height: 6px;width: 9px;}
.hscrollerbase {background: #cecec8;}
.hscrollerbasebeg {background: #cecec8; height: 15px;width: 9px !important;}
.hscrollerbaseend {height: 15px;width: 15px;background: #cecec8;}
.scrollerjogbox:hover {background: #cecec8;}

