﻿/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/scroll/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */
#contenu .vscrollerbarbeg {
background: url(../images/scroll/vscroller2.gif) 0px -9px;
width: 14px;
height: auto;
}

#contenu .vscrollerbarend {
background: url(../images/scroll/vscroller2.gif);
width: 14px;
height: 9px;
}

#contenu .vscrollerbase {
width: 14px;
background: none;
}

#contenu .vscrollerbar {
background-color: #fcf5d5;
padding: 0px;
}

#contenu .vscrollerbasebeg, #contenu .vscrollerbaseend {
background-image: none;
}