/* 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: 0px !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 LEFT SIDE SCROLLING, comments and newlines removed *//* TOXIC GREEN   Slider Basefollowing are the styles for LEFT SIDE SCROLLING, comments and newlines removed */.vscrollerbar {	width: 15px;	background:  url(../images/scroll_bar.gif) repeat-y;	padding: 10px;}/* YELLOW TOP slider Cap following are the styles for LEFT SIDE SCROLLING, comments and newlines removed */.vscrollerbarbeg {	width: 15px;	background:  url(../images/scroll_beg.gif) no-repeat;	height: 5px;}/* ORANGE Slider Bottom capfollowing are the styles for LEFT SIDE SCROLLING, comments and newlines removed */.vscrollerbarend {	width: 15px;	background:  url(../images/scroll_end.gif) no-repeat;	height: 3px;}/* BLUE  SCROLL Trackfollowing are the styles for LEFT SIDE SCROLLING, comments and newlines removed */.vscrollerbase {	width: 15px;	background:  url(../images/scroll_05.gif) repeat-y center;}	/* VIOLIET SCROLL top cap/ arrowfollowing are the styles for LEFT SIDE SCROLLING, comments and newlines removed */.vscrollerbasebeg {	width: 15px;	height: 15px !important;	background:  no-repeat;}/* PINK SCROLL bottom cap/ arrowfollowing are the styles for LEFT SIDE SCROLLING, comments and newlines removed */.vscrollerbaseend {	height: 15px;	width: 15px;	background: no-repeat;}.vscrollerbar, {padding: ;z-index: 2;}.scrollerjogbox {	width: 36px;	height: 16px;	top: auto;	left: auto;	bottom: 0px;	right: 0px;}/* Scroll Bar Master Styling Ends Here */