/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
/* these styles are for the gallery pages (thumbnail scroll) */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.hscrollerbase {
height: 0px;
background-color: #000;
margin: 0;
padding: 0;
}
.hscrollerbar {
height: 0px;
background-color: #000;
margin: 0;
padding: 0;
}

.vscrollerbase {
width: 0px;
background-color: #000;
margin: 0;
padding: 0;
}
.vscrollerbar {
width: 0px;
background-color: #000;
margin: 0;
padding: 0;
}



