

/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; 
width: 960px;
color: #1A171B;
font-weight: bold;
font-size: 13px;

}

/* 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 {display:none;}

/* add formatting for the scrolling text */
#tag {margin:2px 0}

/* #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 {margin:auto; overflow:hidden;
margin-left: 20px;
height:37px;
width: 960px;
padding: 20px 0 0 0;
background-color: #1A171B;

}
* html #top {
height:57px;

}