.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 15px;
background: url(slider.png) repeat-y;
}

.vscrollerbarbeg {
/*
height: 24px !important;
width: 15px;
*/
}

.vscrollerbarend {
/*
height: 24px;
width: 15px;
*/
}

.vscrollerbase {
width: 15px;
background: url(track.png) repeat-y;
}

.vscrollerbasebeg {

width: 15px;
height: 20px !important; /*Again, the safari fix, normally this line is not needed. */
background: #FFF url(scrollbarUP.png) bottom left no-repeat;

}

.vscrollerbaseend {

height: 20px;
width: 15px;
background: #FFF url(scrollbarDOWN.png) top left no-repeat;
}

.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
padding: 28px;
z-index: 2;
}

.scrollerjogbox {
width: 15px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}

