.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 13px;
background: #5EC0A7 url(images/scrollbar.png) -13px 0px repeat-y;
}
.vscrollerbarbeg {
height: 24px !important;
width: 13px;
background: url(images/scrollbar.png) -39px -18px no-repeat;
}
.vscrollerbarend {
height: 6px;
width: 13px;
background: url(images/scrollbar.png) -39px 0px no-repeat;
}

.vscrollerbase {
width: 13px;
background: #468adf url(images/scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
width: 13px;
height: 24px !important;
background: url(images/scrollbar.png) -26px -13px no-repeat;
}
.vscrollerbaseend {
height: 6px;
width: 13px;
background: url(images/scrollbar.png)  -26px -5px no-repeat;
}

.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
padding: 13px;
z-index: 2;
}

.scrollerjogbox {
width: 13px;
height: 13px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #468adf;
}
