body {
  padding:0;
	margin:0;
	background-color:#f5f5f7
}

/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { 
  position:relative; 
	left:0; top:0; 
	width: 500px; 
	height:64px; 
	z-index:1; 
	overflow:hidden;
}

div#cnt { 
  position:relative;
	z-index:1; 
} /* layer that scrolls */


/* styles for scroller content (read important instructions regarding collapsing margins!) */
div#cnt    { font-size:11px; margin:2px 0 0 0; }

div.item { 
  width:500px;
  height:64px; color:#336;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  background-color:#f5f5f7;
	text-align:center;
}

div.item a { text-decoration:none; }
div.item a.text { font-size:11px; color:black; }
div.item a.title { font-size:17px; font-weight:bold; color:#006699; }