/* typography 
#scroller, #scroller td { font-family:geneva, arial, sans-serif; font-size:10px; color:#2A2A2A; }
@media all { #scroller, #scroller td { font-size:9px; } }
#scroller .ownerName { color:#666666; }
#scroller .postNumber { color:#9A9A9A; }
#scroller .postDate { color:#C4C4C4; } */

.theScroller {
	background-color: #ffffff;
	}

/* positioning */
#scroller { position:absolute; left:236px; top:510px; width:170px; height:163px; clip:rect(0 170 163 0); overflow:hidden; }
#scroller #container { position:absolute; top:5px; width:150px; height:153px; clip:rect(0 150 153 0); overflow:hidden; }
#scroller #content { position:absolute; width:150px; }
#scroller #scrollUp { position:absolute; left:160px; top:3px; }
#scroller #scrollDn { position:absolute; left:160px; top:154px; }
#scroller #scrollbar { position:absolute; left:160px; top:14px; width:10px; height:137px; clip:rect(0 10 137 0); }
#scroller #thumb { position:absolute; left:0px; top:0px; background-color:#CCCCCC; layer-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(0 10 1 0); background-color:#CCCCCC; layer-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:137px; overflow:hidden; clip:rect(0 10 137 0); }
