/* 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:0px;
background-color: #e6e6e6;
}
.vscrollerbar {
width: 0px;
background-color: #666;
}
.hscrollerbase {
height: 13px;
	background-image:url(../images/bg_flex.png);
	background-repeat: repeat;
}
.hscrollerbar {
height: 13px;
	background-image:url(../images/bg_flex_bar.png);
	background-repeat: repeat;
}

.scrollerjogbox {
    width:13px;
    height:13px;
    top:auto;
    left:auto;
    bottom:0;
    right:0;
}