/* 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: 5px; left: 0;
}

.vscrollerbase {
width: 7px;
background-color: none;
}
.vscrollerbar {
width: 7px;
background-color: #191c1e;
margin-right:3px;
/*opacity:0.4;filter:alpha(opacity=40);*/
}
.hscrollerbase {
height: 10px;
background-color: none;
}
.hscrollerbar {
height: 10px;
background-color: #191c1e;
/*opacity:0.4;filter:alpha(opacity=40);*/
}

.scrollerjogbox {
width: 7px;
height: 10px;
top: auto; left: auto;
bottom: 5px; right: 0px;
background-color:  transparent;
}
