/* 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: 10px;
	background: #ededed url(../../images/common/scroll.png) 0 0 repeat-y;
}
.vscrollerbar {
	width: 10px;
	background: #000 url(../../images/common/scroll.png) -10px 0 repeat-y;
}
.hscrollerbase {
	height: 15px;
	background: #ededed url(../../images/common/horizontalbarbody_cornerjog.png) 0 -15px repeat-x;
}
.hscrollerbar {
	height: 15px;
	background: #000 url(../../images/common/horizontalbarbody_cornerjog.png) 0 -30px repeat-x;
}
.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}
.vscrollerbarbeg {
	background: url(../../images/common/scroll.png) -30px -30px no-repeat;
	width: 10px;
	height: 15px !important;
}
.vscrollerbarend {
	background: url(../../images/common/scroll.png) -30px 0 no-repeat;
	width: 10px;
	height: 15px;
}
.hscrollerbarbeg {
	background: url(../../images/common/scroll.png) -40px -15px no-repeat;
	height: 15px;
	width: 10px !important;
}
.hscrollerbarend {
	background: url(../../images/common/scroll.png) -20px -15px no-repeat;
	height: 15px;
	width: 10px;
}
.scrollerjogbox {
	width: 10px;
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	background: #4E727C url(../../images/common/horizontalbarbody_cornerjog.png) 0 0;
}
.vscrollerbasebeg {
	background: url(../../images/common/scroll.png) -20px -30px no-repeat;
	width: 10px;
	height: 15px !important;
}
.vscrollerbaseend {
	background: url(../../images/common/scroll.png) -40px -30px no-repeat;
	height: 15px;
	width: 10px;
}
.hscrollerbasebeg {
	background: url(../../images/common/scroll.png) -40px 0 no-repeat;
	height: 15px;
	width: 10px !important;
}
.hscrollerbaseend {
	height: 15px;
	width: 10px;
	background: url(../../images/common/scroll.png) -20px 0 no-repeat;
}
.scrollerjogbox:hover {
	background: #5E828C url(../../images/common/scroll.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

