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

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

.vscrollerbase {
	width: 10px;
	background-color: #363636;
}

.vscrollerbar {
	width: 10px;
	background-color: #808080;
}

.hscrollerbase {
	height: 10px;
	background-color: #006600;
}

.hscrollerbar {
	height: 10px;
	background-color: #FFCCFF;
}

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