#documentdiv, #webcastdiv { width: 350px; height: 220px; overflow: auto; overflow-y: auto; overflow-x: hidden; clear: both; }
#documentdiv .scroll-viewport, #webcastdiv .scroll-viewport { width: 330px; height: 100%; position: relative; }
#documentdiv .scroll-overview, #webcastdiv .scroll-overview { width: 330px; height: 100%; list-style: none; position: absolute; left: 0px; top: 0px; }
/*#documentdiv .thumb .end,*/
#documentdiv .thumb, #webcastdiv .thumb { background: transparent url(../images/scroll-handle.jpg) repeat-y; width: 5px; height: 15px; cursor: pointer; overflow: hidden; }
#documentdiv .scrollbar, #webcastdiv .scrollbar { position: relative; float: right; width: 15px; }
#documentdiv .track, #webcastdiv .track { height: 100%; width: 15px; position: relative; background: url(../images/scroll-bar.jpg) repeat-y; background-position: 6px 0px; }
#documentdiv .thumb, #webcastdiv .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#documentdiv .thumb .end, #webcastdiv .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#documentdiv .disable, #webcastdiv .disable { display: none; }
