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

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
visibility: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 12px;
background: #fff url(../_images/ourStoryImages/simple_scroll.png) 5px 0px repeat-y;
}
.vscrollerbar {
width: 12px;
padding:0px;
margin:0px;
background: url(../_images/ourStoryImages/simpleScroll_slider.png) no-repeat;
}

.vscrollerbar, .hscrollerbar {
padding-top:25px;
z-index: 2;
}


.vscrollerbasebeg {
background: url(../_images/ourStoryImages/simpleScroll_arrows.png)  no-repeat;
width: 15px;
height: 25px !important;
}
.vscrollerbaseend {
background: url(../_images/ourStoryImages/simpleScroll_arrows.png) no-repeat;
height: 25px;
width: 12px;
}


.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
