/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {position: absolute;top:0;right:0px;overflow:hidden;}

.vscrollerbase {width: 5px;}
.vscrollerbar {width:5px;background-color: #fff; cursor:pointer}
/*.hscrollerbase {height: 5px;background-color: #000;}
.hscrollerbar {height: 5px;background-color: #000;}*/
.scrollerjogbox {width: 3px;height: 5px;top: auto; left: auto;bottom: 0px; right: 0px;background-color: #000;}

.flexcroll { width:680px; height:500px; float:left; display:block; overflow-y:auto; overflow-x: hidden; overflow:auto;}

