
.cntheader
{
	text-align:center;
	font-weight:bold;
	background:#C4D5E3;
	color: #002953;
	padding: 3px;
	font-size: 11px; 
}
/* optional container for scroller, to provide bgColor/border */
div#bg { position:relative; right:0px; top:0px; 
	z-index:1; height:50px;
  background-color:#ffffff; border:1px solid #FAA61A 
  }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { position:absolute; left:0px; top:5px;
  width:163px; height:43px; z-index:1;
  clip:rect(0, 163px, 43px, 0); overflow:hidden;
  }

div#cnt { position:absolute; z-index:1; } /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt div.item { width:163px; height:50px; color:#336; text-align: center;}
div#cnt div.item A {  font-size: 11px;}

/* optional container for scroller, to provide bgColor/border */
div#bg2 { position:relative; right:0px; top:0px; 
	z-index:1; height:150px;
  background-color:#ffffff; border:1px solid #004B85; margin-top: 10px; 
  }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn2 { position:absolute; left:5px; top:5px;
  width:410px; height:143px; z-index:1;
  clip:rect(0, 410px, 150px, 0); overflow:hidden;
  }

div#cnt2 { position:absolute; z-index:-1; } /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt2 div.item2 { width:410px; height:150px;}

