/* 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;
}

#aboutPage .vscrollerbase {
width: 10px;
background-color: #a20057;
}
#aboutPage .vscrollerbar {
width: 10px;
background-color: #e68bdc;
}

#mikeMilo .vscrollerbase {
width: 10px;
background-color: #5da200;
}
#mikeMilo .vscrollerbar {
width: 10px;
background-color: #e0e68b;
}

#banners .vscrollerbase {
width: 10px;
background-color: #d4a200;
}
#banners .vscrollerbar {
width: 10px;
background-color: #7f4e00;
}

#contributePage .vscrollerbase {
width: 10px;
background-color: #0093b6;
}
#contributePage .vscrollerbar {
width: 10px;
background-color: #a5e1ed;
}



.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}