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

.flexcroll {
	outline: none;
}

.vscrollerbase {
width: 10px;
}

.vscrollerbar {
width: 10px;
padding: 11px 0;
background: #EDA235;
}

.hscrollerbase {
height: 13px;
bottom: 7px !important;
top: auto !important;
}
.hscrollerbar {
padding: 0 20px 0 14px;
height: 13px;
background: #EDA235;
}
.hscrollerbasebeg,
.hscrollerbaseend {
	width: 12px !important;
	height: 13px !important;
	cursor: pointer;
}

.vscrollerbasebeg,
.vscrollerbaseend {
	width: 10px !important;
	height: 10px !important;
	cursor: pointer;
}

.vscrollerbasebeg {
	background: transparent url('scroller.png') no-repeat scroll 0 0;
}

.vscrollerbaseend {
	background: transparent url('scroller.png') no-repeat scroll -12px -13px;
}

.hscrollerbasebeg {
	background: transparent url('scroller.png') no-repeat scroll 0 -12px;
}

.hscrollerbaseend {
	background: transparent url('scroller.png') no-repeat scroll -13px 0;
	right: 6px !important;
	left: auto !important;
}

.hscrollerbarbeg,
.hscrollerbarend,
.scrollerjogbox {
width: 0 !important;
height: 0 !important;
width: 0;
height: 0;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
