/* 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;
}

.vscrollerbasebeg {
background: url(8.png) no-repeat;
width: 10px;
height: 9px;
}

.vscrollerbaseend {
background: url(10.png) no-repeat;
width: 10px;
height: 9px;
}

.vscrollerbase {
width: 7px;
background-color: black;
}
.vscrollerbar {
width: 7px;
background-color: silver;
}
.hscrollerbase {
height: 7px;
background-color: black;
}
.hscrollerbar {
height: 7px;
background-color: #f0e68c;
}

.scrollerjogbox {
width: 7px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* Extra sample styles */
#novo .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#novo .vscrollerbasebeg {
background: url(1.png) no-repeat;
width: 10px;
height: 9px;
}

#novo .vscrollerbaseend {
background: url(1.png) no-repeat;
width: 10px;
height: 9px;
}

#novo .vscrollerbase {
width: 10px;
background-color: black;
}
#novo .vscrollerbar {
width: 10px;
background-color: black;
}
#novo .hscrollerbase {
height: 10px;
background-color: black;
}
#novo .hscrollerbar {
height: 10px;
background-color: black;
}

#novo .scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}




