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

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {left: 0 !important;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


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

.vscrollerbase {
	left: 0 !important;
	height: 440px;
	background-color: #600;
	width: 8px;
	margin: 0;
	padding: 0;
}
.vscrollerbar {
	height: 80px !important;
	background-color: #C00;
	width: 6px;
	margin: 10px 1px;
	padding: 0;
}

.hscrollerbase {
	width: 0px;
	background-color: #003;
	margin: 0;
	padding: 0;
}
.hscrollerbar {
	width: 0px;
	background-color: #003;
	margin: 0;
	padding: 0;
}

