
.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 17px;
top: 0px;
}

.vscrollerbar {
left: 0px;
cursor: hand;
}

.hscrollerbase, .hscrollerbar {
height: 17px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 18px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/img/vscrolle.png) 0px -10px;
width: 17px;
height: auto;
top: 0px;
cursor: hand;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/img/vscrolle.png);
width: 17px;
height: 10px;
cursor: hand;
}

.hscrollerbarbeg {
background: url(/img/hscrolle.png) -10px 0px;
height: 17px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(/img/hscrolle.png);
height: 17px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: none;
background-image: url(/img/scrollba.gif);
background-repeat:repeat;
cursor: hand;
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 17px;
background: url(/img/scrollbb.png) -12px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 17px;
width: 7px;
background: url(/img/scrollbb.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 17px;
background: url(/img/scrollbb.png) -24px -25px no-repeat;
cursor: hand;
}

.vscrollerbaseend {
height: 23px;
width: 17px;
background: url(/img/scrollbb.png) -24px -0px no-repeat;
cursor: hand;
}

.scrollerjogbox {
width: 17px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(/img/scrolljo.png) 50% 50%;
}

/* Extra sample styles */
#test2 .vscrollerbarbeg {
background: url(/img/vscroll/vscrollf.png) 0px -9px;
width: 18px;
height: auto;
}

#test2 .vscrollerbarend {
background: url(/img/vscroll/vscrollf.png);
width: 18px;
height: 9px;
}

#test2 .vscrollerbase {
width: 18px;
background: white none;
}

#test2 .vscrollerbar {
background-color: #8F9793;
padding: 0px;
}

#test2 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background-image: none;
}
