/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 12px;
background: url(scrollbar_vertic.png) -12px -10px repeat-y;
/* partie centrale de la barre */
}
.vscrollerbarbeg {
/* haut du corps de la barre */
height: 16px !important;
width: 12px;
background: url(scrollbar_vertic.png) -36px 0px no-repeat;
}

.vscrollerbarend {
/* bas du corps de la barre */
height: 16px;
width: 12px;
background: url(scrollbar_vertic.png) -36px -16px no-repeat;
}

.vscrollerbase {
width: 12px;
background: #D4F6F2 url(scrollbar_vertic.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* partie haute fixe */
width: 12px;
height:16px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(scrollbar_vertic.png) -24px -16px no-repeat;
}
.vscrollerbaseend {
/* partie basse fixe */
height: 16px;
width: 16px;
background: url(scrollbar_vertic.png)  -24px 0px no-repeat;
}

/* do not forget to give horizontal scrollbar_vertics some color properties even if you don't plan on using them */
/*.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}
*/
.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar_vertic will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 14px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
/*.scrollerjogbox {
width: 12px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}*/


/* Scroll Bar Master Styling Ends Here */

