/* 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: 18px;
background-image:url(../images/varias/fondo-scroll.png);
background-position:center;
background-repeat:no-repeat;
}
.vscrollerbar {
width: 18px;
background-image:url(../images/varias/scroll.png);
background-repeat:no-repeat;


}
.hscrollerbase {
height: 18px;
background-image:url(../images/varias/fondo-scroll-horizontal.png);
background-position:center;
background-repeat:no-repeat;

}
.hscrollerbar {
height:18px;
background-image:url(../images/varias/scroll-horizontal.png);
background-repeat:no-repeat;
}

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

