@charset "UTF-8";
/* CSS Document */

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

.vscrollerbase {
	width: 8px;
	background: #ccc;
	border-radius: 5px;
}
.vscrollerbar {
	width: 8px;
	background: #808080;
	border-radius: 5px;
}
.vscrollerbar:hover {
	background: #555;
}
.vscrollerbar {
	z-index: 2;
}
.vscrollerbasebeg {
	width: 10px;
	height: 15px !important;
}
.vscrollerbaseend {
	height: 15px;
	width: 10px;
}
/* Scroll Bar Master Styling Ends Here */