/* 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: 15px;}
.vscrollerbar {width: 15px;}
.hscrollerbase {height: 15px;}
.hscrollerbar {height: 15px;}
.hscrollerbar {
	background-image: url(../img/horizontalbarbody_cornerjog.gif);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}
.vscrollerbar {
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: repeat-y;
	background-position: -15px 0px;
}
.vscrollerbar, .hscrollerbar {padding: 15px;z-index: 2;}
.vscrollerbarbeg {
	width: 15px;
	height: 15px !important;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -45px -30px;
}
.vscrollerbarend {
	width: 15px;
	height: 15px;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -45px 0px;
}
.hscrollerbarbeg {
	height: 15px;
	width: 15px !important;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -60px -15px;
}
.hscrollerbarend {
	height: 15px;
	width: 15px;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -30px -15px;
}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: url(../img/horizontalbarbody_cornerjog.gif) 0px 0px;}
.vscrollerbase {
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.vscrollerbasebeg {
	width: 15px;
	height: 15px !important;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -30px -30px;
}
.vscrollerbaseend {
	height: 15px;
	width: 15px;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -60px -30px;
}
.hscrollerbase {
	background-image: url(../img/horizontalbarbody_cornerjog.gif);
	background-repeat: repeat-x;
	background-position: 0px -15px;
}
.hscrollerbasebeg {
	height: 15px;
	width: 15px !important;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}
.hscrollerbaseend {
	height: 15px;
	width: 15px;
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-repeat: no-repeat;
	background-position: -30px 0px;
}
.scrollerjogbox:hover {
	background-image: url(../img/basebarcaps_verticalbarbody.gif);
	background-position: -45px -15px;
}

