/* 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: 30px;
background: #000000 url(long.png) 0px 0px no-repeat;
}
.vscrollerbar {
width: 30px;
background: #000000 url(long.png) -10px 0px no-repeat;
}
.hscrollerbase {
height: 10px;
background: #000000 url(long.png) 0px -10px no-repeat;
}
.hscrollerbar {
height: 10px;
background: #000000 url(long.png) 0px -30px no-repeat;
}
.vscrollerbar, .hscrollerbar {
padding: 0px;
z-index: 50;
}
.vscrollerbarbeg {
background: url(long.png) -45px -30px y-repeat;
width: 30px;
height: 0px !important;
}
.vscrollerbarend {
background: url(long.png) -45px 0px y-repeat;
width: 30px;
height: 10px;
}
.hscrollerbarbeg {
background: url(long.png) -60px -10px x-repeat;
height: 10px;
width: 0px !important;
}
.hscrollerbarend {
background: url(long.png) -30px -10px x-repeat;
height: 10px;
width: 30px;
}
.scrollerjogbox {
width: 30px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #000000 url(long.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(long.png) -30px -30px y-repeat;
width: 30px;
height: 10px !important;
}
.vscrollerbaseend {
background: url(long.png) -60px -30px y-repeat;
height: 10px;
width: 30px;
}
.hscrollerbasebeg {
background: url(long.png) -60px 0px x-repeat;
height: 10px;
width: 10px !important;
}
.hscrollerbaseend {
height: 10px;
width: 30px;
background: url(long.png) -30px 0px x-repeat;
}
.scrollerjogbox:hover {
background: #000000 url(long.png) -45px -10px;
}
/* Scroll Bar Master Styling Ends Here */
