/* 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, .flexcrollactive {
	outline: none;
}

#content_scrollwrapper {
	margin: 0 0 0;
}

.vscrollerbase {
width: 11px;
padding-left: 10px;
}

.vscrollerbar,
.hscrollerbar,
.hscrollerbasebeg,
.hscrollerbaseend,
.vscrollerbasebeg,
.vscrollerbaseend {
background: #e20392;
}

.vscrollerbar {
width: 11px;
padding: 22px;
}

.hscrollerbase {
height: 11px;
z-index: 11;
width: 900px !important;
margin: 0;
}
.hscrollerbar {
height: 11px;
padding: 12px;
}
.hscrollerbasebeg,
.hscrollerbaseend,
.vscrollerbasebeg,
.vscrollerbaseend {
	width: 11px !important;
	height: 11px !important;
	cursor: pointer;
}

.vscrollerbasebeg {
	margin-top: 10px;
}
.vscrollerbaseend {
	margin-top: -10px;
}

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