/*scroller*/
#panel {
/*background-color: #fff;*/
width: 185px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:4;
} 
.scrollgeneric{
line-height: 1px;
font-size: 1px;
position: absolute;
}
.vscrollerbase, .vscrollerbar {
width: 10px;
top: 0px;
}
.vscrollerbar {
left: 0px;
}
.vscrollerbar {
/*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: 5px;
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(vscroller.gif) 0px -11px;
width: 9px;
height: auto;
top: 0px;
}
.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(vscroller.gif);
width: 9px;
height: 10px;
}
.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(scrollBases.gif) 1px -8px no-repeat;
}
.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(scrollBases.gif) 1px -1px no-repeat;
}