/* 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: 15px;
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
.vscrollerbar {
	width: 15px;
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -15px 0px;
	background-repeat: repeat-y;
}
.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}
.vscrollerbarbeg {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -45px -30px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px !important;
}
.vscrollerbarend {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -45px 0px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.hscrollerbarbeg {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -60px -15px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px !important;
}
.hscrollerbarend {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -30px -15px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
.vscrollerbasebeg {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -30px -30px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px !important;
}
.vscrollerbaseend {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -60px -30px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
.hscrollerbasebeg {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -60px 0px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px !important;
}
.hscrollerbaseend {
	height: 15px;
	width: 15px;
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -30px 0px;
	background-repeat: no-repeat;
}
.scrollerjogbox:hover {
	background-image: url("/mysite/assets/image/flexcroll/fleXcroll.gif");
	background-position: -45px -15px;
	background-repeat: no-repeat;
}
/* Scroll Bar Master Styling Ends Here */
