/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase {
	width: 25px;
	background-color: #FFFFFF;
}
.vscrollerbar {
	width: 25px;
	background-color: #000000;
}
.hscrollerbase {
	height: 600px;
	background-color: white;
}
.hscrollerbar {
	height: 600px;
	background-color: #666666;
}

.scrollerjogbox {
	width: 10px;
	height: 600px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #666666;
}
