/* position:relative and overflow:hidden are required */
#scroller {
	position:relative;
	overflow:hidden;
	width:auto!important;
	width:99%;
	border:1px solid #666;
	left: auto;
	right: auto;
	clear: none;
	background-color: #666666;
}

/* 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;
	color: #FFFFFF;
	font: 11px  Arial, Helvetica, sans-serif;
}

/* #testP must also contain all text-sizing properties of #tag */
#testP {visibility:hidden; position:absolute; white-space:nowrap;}

