/* 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: 13px;
background: url('scrollerbg.png') repeat-y scroll;
}

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

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

.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;
}
