/* body {font:80%/150% verdana,sans-serif; color:#006; margin:0}
h1 {font:200% georgia,serif; color:#009; margin-top:20px}


position:relative and overflow:hidden are required */
#scroller { position:relative; overflow:hidden; width:537px; border:1px solid #fff; }
#scroller-holder { width:570px;}

/* 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 */
#scroller #tag {margin: 0; height: 40px;}
#scroller #tag li { list-style: none; color: #ff5c30; line-height: 40px; }
.inline { display: inline; }
    
/* #testP must also contain all text-sizing properties of #tag
#testP {visibility:hidden; position:absolute; white-space:nowrap;} 
#testP li { float: left; list-style: none; display: inline; }*/

/* used as a page top marker and to limit width
#top { width:850px; margin:auto; } */