/* 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: 20px;
}
.vscrollerbar {
width: 20px;
background-color:#f73686;
}
.hscrollerbase {
height: 20px;
background: #D7EBDF url(horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
}
.hscrollerbar {
height: 20px;
background: #99CBCB url(horizontalbarbody_cornerjog.png) 0px -30px repeat-x;
}
.vscrollerbar, .hscrollerbar {
	z-index: 2;
	padding-top: 25px;
	padding-right: 1px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 20px;
height: 20px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 20px;
height: 20px;
}
.hscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 20px;
width: 20px !important;
}
.hscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 20px;
width: 20px;
}
.scrollerjogbox {
width: 20px;
height: 20px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
.vscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -25px -20px no-repeat;
width: 25px;
height: 25px !important;
}
.vscrollerbaseend {
background: url(basebarcaps_verticalbarbody.png) -53px -20px no-repeat;
height: 25px;
width: 25px;
}
.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -60px 25px no-repeat;
height: 25px;
width: 25px !important;
}
.hscrollerbaseend {
height: 25px;
width: 25px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -25px;
}
/* Scroll Bar Master Styling Ends Here */
