
/* position:relative and overflow:hidden are required */
#scroller {
	position:relative;
	overflow:hidden;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
}

/* 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;
	font-size:10px;
}

/* used as a page top marker and to limit width */
#top {
	width:350px;
	margin:0
}