/* 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: 28px;
background-color: #666;
background-image: url();
background-position: top left;
background-repeat: repeat-y;
border-left: 5px solid #666;
}
.vscrollerbar {
width: 18px;
background-color: #999;
background-image: url();
background-position: top center;
background-repeat: repeat-y;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
box-shadow: inset 5px 0px 5px 5px rgba(255, 255, 255, .5);
}
.customScroll {
width: 100%;
height: 240px;
overflow: auto;
position: relative;
}
