/* 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: 7px;
background: url(../images/barbase.png) no-repeat;
}

.vscrollerbar {
width: 7px;
background-color: #CCCCCC;
margin-top:14px;
padding-bottom:28px;
}


.vscrollerbasebeg {
width: 7px;
background: url(../images/up.png) no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 14px; width: 7px;
background: url(../images/down.png) no-repeat;
}

