@charset "utf-8";
/* CSS Document */

/* position:relative and overflow:hidden are required */
#TextScroller_scroller {
	position:relative;
	overflow:hidden;
}

/* display:none prevents the controls being shown when JavaScript is not present */
#TextScroller_controls {display:none; text-align:right}

/* add link formatting for the controls */
#TextScroller_controls a {}

/* add formatting for the scrolling text */
#TextScroller_tag {margin:2px 0}

/* #testP must also contain all text-sizing properties of #tag */
#TextScroller_testP {visibility:hidden; position:absolute; white-space:nowrap;}

/* used as a page top marker and to limit width */
#TextScroller_top {width:350px; margin:auto}	
