
/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

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

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

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}


.hscrollerbar {
top: 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: transparent url(../images/vscroller.gif) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: transparent url(../images/vscroller.gif);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: transparent url(../images/hscroller.gif) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: transparent url(../images/hscroller.gif);
height: 15px;
width: 10px;
}


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

#scrollbox .vscrollerbarend {
background: #dadada url(../images/vscroller2.gif);
width: 13px;
height: 9px;
}

#scrollbox .vscrollerbase {
width: 13px;
background: #dadada;
}

#scrollbox .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

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

#scrollbar-outer {
 padding: 0;
 background: transparent;
}
#scrollbox.flexcroll.flexcrollactive {
 height: 432px;
 padding: 25px;
}
