/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 290px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0 0 10px 0;
}

/* 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: url(basebarcaps_verticalbarbody2.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: url(basebarcaps_verticalbarbody2.png) -15px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}

.hscrollerbarend {
background: url(basebarcaps_verticalbarbody2.png) -30px -15px no-repeat;
height: 15px;
width: 15px;
}

.vscrollerbasebeg {
background: url(basebarcaps_verticalbarbody2.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(basebarcaps_verticalbarbody2.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}


