/* position:relative and overflow:hidden are required */
#scroller {
	position:relative; overflow:hidden;
	width:780px; height:35px; clear:both;
	background-color:#BCC4CC; border-bottom:1px solid #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:0; padding:0; font-size:120%; color:#CC0000; font-family:tahoma; display:none;}
#tag img {vertical-align:middle; margin-right:60px;}
#tag a {text-decoration:none;}
/* #testP must also contain all text-sizing properties of #tag */
#testP {visibility:hidden; position:absolute; white-space:nowrap; font-size:120%; font-family:tahoma;}
#testP img {vertical-align:middle; margin-right:60px;}