/* 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: 6px;
	background-color: #D7EBDF;
	background-image: url(../img/scrollbar-mid1.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.vscrollerbar {
	width: 6px;
	background-color: #99CBCB;
	background-image: url(../img/scrollbar-mid-bak1.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.vscrollerbar, .hscrollerbar {
padding: 6px;
z-index: 2;
}
.vscrollerbarbeg {
	width: 6px;
	height: 6px !important;
	background-image: url(../img/scrollbar-mid-top1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.vscrollerbarend {
	width: 6px;
	height: 6px;
	background-image: url(../img/scrollbar-mid-bot1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.scrollerjogbox {
width: 6px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(../img/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(../img/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 6px;
height: 6px !important;
}
.vscrollerbaseend {
background: url(../img/basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 6px;
width: 6px;
}
.scrollerjogbox:hover {
background: #5E828C url(../img/basebarcaps_verticalbarbody.png) -45px -6px;
}
/* Scroll Bar Master Styling Ends Here */
