.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
#mycustomscroll_vscrollerbar{height:7px !important;
}
.vscrollerbase {
width: 15px;
background: #D7EBDF url(scrollbase.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: #E5E76C url(scrollbar.gif);
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbasebeg {
background: url(top.gif);
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(bottom.gif);
height: 15px;
width: 15px;
}
#mycustomscroll {
width: 470px;
height: 450px;
overflow: auto;
position: relative;
background-color: #FFFFFF;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll_mcontentwrapper{
padding-top: 0px !important;
padding-bottom: 0px !important;
height: 480px !important;
}