/* 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;
	margin-top: 1px;
}
.vscrollerbar {
width: 15px;
background-color: white;
}
.hscrollerbase {
margin-top: 3px;
height: 17px;
background-color: 525F58;
background-color: black;
}
.hscrollerbar {
	height: 13px;
	background-color: white;
	margin-left: 75px;
	padding-right: 159px;
}

