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


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {
	width: 36px;
	background-color: #5EC0A7;
	background-image: url(scrollbar.png);
	background-repeat: repeat-y;
	background-position: -36px 0px;
}
.vscrollerbarbeg {
	height: 24px !important;
	width: 36px;
	background-repeat: no-repeat;
}
.vscrollerbarend {height: 24px;width: 36px;}
.vscrollerbase {width: 36px;}
.vscrollerbasebeg {width: 36px;height: 28px !important;}
.vscrollerbaseend {height: 28px;width: 36px;}
.hscrollerbase {
	height: 12px;
	background-color: #CCCCCC;
	background-image: url(scrollbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #999999;
}
.hscrollerbar {
	height: 11px;
	background-color: black;
	background-image: url(scrol.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
