/* 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;}

.hscrollerbase {
height: 11px;
background: url(linea.jpg) 0px 5px repeat-x;
}
.hscrollerbar {
height: 1px;
padding: 12px;
background: #ccc;
margin-top: 5px;
z-index: 2;
}

.hscrollerbarbeg {
display: none;
}
.hscrollerbarend {
display: none;
}

.hscrollerbasebeg {
width: 12px; height: 10px; background: url(indietro.jpg) no-repeat;
}
.hscrollerbaseend {
width: 12px; height: 10px; background: #fff url(avanti.jpg) -2px 0px no-repeat;
}
/* Scroll Bar Master Styling Ends Here */
