/* 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: 15px;
background-position: 0px 0px;
background-image: url(../record/images/scroll_back.gif);
background-repeat:no-repeat;
}
.vscrollerbar {
width: 15px;
background-image: url(../record/images/scroll_handle.gif);
background-repeat:no-repeat;
background-position:  0px 0px;
height: 88px !important;
}

/* Scroll Bar Master Styling Ends Here */
.flexcroll {
    height: 385px;
}

