/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; width:100%;}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {display:none; text-align:right}

/* add link formatting for the controls */
#controls a {}

/* add formatting for the scrolling text */
#tag {margin:2px 0; position:absolute; white-space:nowrap; color:#000000;}

/* #testP must also contain all text-sizing properties of #tag */
#testP { position:absolute; white-space:nowrap;}

/* used as a page top marker and to limit width */
#topz {width:350px; margin:auto;}	
#rss_class a{color:#3d3d3d;text-decoration:underline;font-size:11px;}
