/* position:relative and overflow:hidden are required */
#scroller {position:absolute; width:450px; overflow:hidden; top:17px; left:96px; line-height:14px;}

/* 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 {height:0;}

/* add formatting for the scrolling text */
#tag {margin:0 0 0 0;}
#tag a {color:#000; text-decoration:none; padding-left:64px;}
#tag a:hover {text-decoration:underline;}

/* #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:430px; margin:auto}