/* 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; }*/
.scrollgeneric {position: absolute; xborder:solid 1px #ffffff;}


.vscrollerbase {
margin-left:2px;
margin-right:2px;
/*width: 19px;*/
width: 15px;
/*background:url(../images/elements_scroll/scroll_centre.jpg) repeat-y;*/
background:#000000;
}
.vscrollerbar {
/*width: 15px;*/
width: 12px;
height:15px !important;
/*background: #000 url(../images/elements_scroll/bouton_scroll.gif) no-repeat; */ /* cercle*/
background-color:#000000;


}

.vscrollerbar, .hscrollerbar {
/*padding: 10px;*/
padding: 15px;
z-index: 2;
}
.vscrollerbarbeg {
width: 15px;
height: 0px !important;
}
.vscrollerbarend {
width: 0px;
height: 0px;
}
.hscrollerbarbeg {
height: 0px;
width: 0px !important;
}
.hscrollerbarend {
height: 0px;
width: 0px;
}

.vscrollerbasebeg {
/*margin-top:35px;*/
background:url(../images/elements_scroll/fleche_haut_gris.gif) no-repeat;
cursor:pointer;
width: 15px;
height: 13px !important;
}
.vscrollerbaseend {
/*margin-top:-50px;*/
margin-top:0px;
cursor:pointer;
background:url(../images/elements_scroll/fleche_bas_gris.gif) no-repeat;
height: 13px;
width: 15px;
}

