/* 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;
}


.hscrollerbase {
	height: 16px;
	background-color: #CCCCCC;	/* border: thin solid #666666; */
}
.hscrollerbar {
	height: 16px;
	background-color: #666666;
}
