/* 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: auto;
left: auto;
}

.vscrollerbase {
width: 13px;
background-color:#c6bba4;
background:url(../images/charte/scrollbar.gif) no-repeat;
}
.vscrollerbar {
width: 13px;
background-color:#FEF7E6;
}
.hscrollerbase {
height: 8px;
}
.hscrollerbar {
height: 8px;
}

.scrollerjogbox {
width: 6px;
height: 6px;
top: auto;
left: auto;
bottom: 0px; right: 0px;
}