/* 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: 15px;
background: #D7EBDF url(../../img/scroller/bg_line.jpg) 0px 0px repeat-y;
}

/* bara linie centru */
.vscrollerbar {
width: 15px;
background: #99CBCB url(../../img/scroller/line.jpg) repeat-y;
}


.vscrollerbar, .hscrollerbar {
padding: 17px;
z-index: 2;
}

/* bara de sus*/
.vscrollerbarbeg {
background: url(../../img/scroller/bar_top.jpg) left top no-repeat ;
width: 15px;
height: 15px !important;
}
/* bara de jos*/
.vscrollerbarend {
background: url(../../img/scroller/bar_bot.jpg) left top no-repeat;
width: 15px;
height: 15px;
}

/* bara de jos*/
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url(../../img/scroller/bar_bot.jpg) left top no-repeat ;
}

/* scroll in sus*/
.vscrollerbasebeg {
background: url(../../img/scroller/top.jpg) left top no-repeat #FF0000 ;
width: 15px;
height: 15px !important;
}

/* scroll in jos*/
.vscrollerbaseend {
background: url(../../img/scroller/bot.jpg) left top no-repeat;
height: 15px;
width: 15px;
}



/* Scroll Bar Master Styling Ends Here */

