/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; width:85%; border:0px solid #657; height:20px; max-height:20px; }

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {display:none; text-align:right; position:absolute; left:670px; top:-10px; height:20px; max-height:20px;  }

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

/* add formatting for the scrolling text */
#tag {margin:2px 0}

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

/* used as a page top marker and to limit width */
#top {width:350px; margin:auto}

#rss_feed{ position:relative; height:20px; max-height:20px; }