/* 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: 0px; left: 8px;
padding-top: 10px;
}

.vscrollerbase {
width: 20px;
background-color: #000;
}
.vscrollerbar {
width: 5px;
padding-bottom: 20px;
background-color: #eee;
}

#news .vscrollerbase{ background-color: #018492; }

#music .vscrollerbase{ background-color: #D39E17; width: 32px; }
#music .scrollgeneric{ left: 14px; }

#about .vscrollerbase{ background-color: #6D084F; }