/* 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;}


.vscrollerbase {width: 13px;}

/*бекграунда на скролбара*/
.vscrollerbar {width: 13px; height: 15px !important; background: url(../img/scroll.jpg) 0 0 no-repeat;}

.vscrollerbar{padding: 14px;z-index: 2;}


/*горната част на скролбара*/
/*
.vscrollerbarbeg {height: 15px !important;}
*/

/*долната част на скролбара*/
/*
.vscrollerbarend {width: 13px;height: 15px;}
*/


/*бекграунда под скролбара*/
.vscrollerbase {background: url(../img/scroll_bg3.gif) center 0 repeat-y;}

/*горната стрелка*/
.vscrollerbasebeg {background: url(../img/scroll_arrow_up.gif) center top no-repeat; width: 13px;height: 18px !important;}

/*долната стрелка*/
.vscrollerbaseend {background: url(../img/scroll_arrow_down.gif) center bottom no-repeat;height: 23px;width: 13px;}

