/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;z-index: 3;top: 0; left: 0;}

.vscrollerbase {
width: 20px;
max-height: 340px;
margin-top: 1px;
margin-left: 4px;
}

* html .vscrollerbase {
	height: 340px !important;
}

.vscrollerbar {
width: 20px !important;
height: 26px !important;
margin-top: 10px;
}

.hscrollerbase {
height: 20px;
}
.hscrollerbar {
height: 20px;
padding: 0 20px;
}
.vscrollerbasebeg,
.vscrollerbaseend {
	width: 20px !important;
	height: 11px !important;
	cursor: pointer;
}}
.hscrollerbasebeg,
.hscrollerbaseend {
	width: 11px !important;
	height: 20px !important;
	cursor: pointer;
}

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

.vscrollerbaseend {
	background: transparent url('../img/scroller.png') no-repeat scroll -11px -20px;
}

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

.hscrollerbaseend {
	background: transparent url('../img/scroller.png') no-repeat scroll -20px 0;
}

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

