/* 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;}

.vscrollerbase {
	width: 8px;
	background-color: #10151b;
	border-left: 1px solid #5c5e64;
}
.vscrollerbar {
	width: 8px;
	background-color: #5c5e64;
}
.hscrollerbase {
	height: 8px;
	background-color: #10151b;
}
.hscrollerbar {
	height: 8px;
	background-color: #5c5e64;
}

.scrollerjogbox {
	width: 8px;
	height: 8px;
	top: auto; left: auto;bottom: 0px; right: 0px;background-color: #10151b;}