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

/* And style your scrollbar like you normally do */
.hscrollerbase {
height: 19px;
background: #000000 ;
background:  url(../images/fond.png) repeat-x;
}
.hscrollerbar {
height: 19px;
background:  url(../images/centre.png) repeat-x;

padding: 10px;
}
.hscrollerbar {
padding: 20px;
z-index: 2;

}

.hscrollerbarbeg {
background: url(../images/gauche.png) no-repeat;
height: 19px;
width: 8px;

}
.hscrollerbarend {
background: url(../images/droit.png) no-repeat;
height: 19px;
width: 8px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background:  url(../images/droit.png);
}
.hscrollerbasebeg {
background: url(../images/boutg.png) no-repeat;
height: 19px;
width: 27px !important;
}
.hscrollerbaseend {
background: url(../images/boutd.png) no-repeat;
height: 19px;
width: 27px !important;
}

/* Scroll Bar Master Styling Ends Here */
