/* position:relative and overflow:hidden are required */
#scroller {position:relative;overflow:hidden; width:682px; border-top:1px dashed #939598; border-bottom:1px dashed #939598;margin-top:10px}
#scroller p {display:block}
#scroller-wrap {height:3em}

#scroller a {text-decoration:none;color:#5D2413;font-size:0.9em}

/* 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}

/* #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}

.divide {
	visibility:hidden
}

