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