

/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; width:800px; border:none; height:18px; float:left;}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {display:none; text-align:right; float:left;
width:100px;
height:18px;
	margin:0;
		padding:0;



}

/* add link formatting for the controls */
#controls a {
	color:#666666;
}

#controls p {
margin:0;
		padding:0;

}


/* add formatting for the scrolling text */
#tag {margin:0;}

#tag a {
	color:#666666;
	text-decoration:none;
	}
#tag a:hover {
	color:#333333;
	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:350px; margin:auto}