#scroller { position:absolute;  width:282px; height:242px; clip:rect(0px 282px 242px 0px); overflow:hidden; }
#scroller #scrollcontainer {  top:5px; width:262px; height:232px; clip:rect(0px 262px 232px 0px); overflow:hidden; }
#scroller #scrollcontent { position:absolute; width:262px; }
#scroller #scrollUp { position:absolute; left:272px; top:3px; }
#scroller #scrollDn { position:absolute; left:272px; top:233px; }
#scroller #scrollbar { position:absolute; left:272px; top:14px; width:10px; height:216px; clip:rect(0px 10px 216px 0px); }
#scroller #thumb { position:absolute; left:0px; top:0px; background-color:#CCCCCC;}
#scroller #thumbArrowUp, #scroller #thumbArrowDn { position:absolute; left:2px; visibility:hidden; }
#scroller #marker { position:absolute; left:1px; top:0px; width:8px; height:1px; clip:rect(0px 10px 1px 0px); background-color:#CCCCCC;	 visibility:hidden; }
#scroller #scrollerMo5Shim { position:absolute; left:0px; top:5px; width:1px; height:1px; }
#scroller #elevUp, #scroller #elevDn { position:absolute; left:0px; top:0px; width:10px; height:216px; overflow:hidden; clip:rect(0px 10px 216px 0px); }