/* 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 {
/*margin: 10px 10px 0px 0px;
max-height: 90%;*/
width: 8px;
background: transparent;
z-index:1002;
}
.vscrollerbar {
/*margin: 10px 10px 0px 0px;
max-height: 90%;*/
width: 8px;
background:  url(../images/bar.jpg);
z-index:1002;
}
.hscrollerbase {
/* margin: 10px 10px 0px 0px;
max-width: 90%;*/
height: 8px;
background: transparent;
z-index:1002;
}
.hscrollerbar {
/* margin: 10px 10px 0px 0px;
max-width: 90%;*/
height: 8px;
background: transparent;
z-index:1002;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 10px; right:10 px;
background-color: #000;
}