/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbarbeg {
background: url(vscroller5.jpg) 0px -9px;
width: 10px;
height: auto;
}

.vscrollerbarend {
background: url(vscroller5.jpg);
width: 10px;
height: 9px;
}

.vscrollerbase {
width: 18px;
background: #E2CCD9;
}

.vscrollerbar {
background-color: #E2CCD9;
padding: 0px;
}

.vscrollerbasebeg, .vscrollerbaseend {
background-image: none;
}
/* Scroll Bar Master Styling Ends Here */
