/* 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: 24px;
	background-color: white;
	border: 1px solid #FFF;
}
.hscrollerbar {
	height: 20px;
	background-color: #CCC;
	padding: 0px;
	margin: 2px 0px;
	border: 1px solid #999;
}
.vscrollerbar, .hscrollerbar {
	padding: 10px 20px 10px 10px;
	z-index: 2;
}
.hscrollerbasebeg {
	height: 15px;
	width: 1px !important;
	border: 0px none #999;
}
.hscrollerbaseend {
	height: 24px;
	width: 15px;
	border-top: 0px none #999;
	border-right: 4px none #999;
	border-bottom: 0px none #999;
	border-left: 0px none #999;
}
