

/* optional container for scroller, to provide bgColor/border */
div#bg { position:absolute; left:15px; top:330px; 
	z-index:100; width:477px; height:110px;
 border:1px solid #000000 
  }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { position:absolute; left:8px; top:6px;
  width:440px; height:95px; z-index:1;
 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:400px; height:95px; color:#336 }

/* styles for scroller content (read important instructions regarding collapsing margins!) */
div#cnt h3 { font-size:12px; margin:0 0 .5em 0 }  
div#cnt p { font-size:11px; margin:.5em 0 0 0 }
div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; }
div#cnt ul li { margin: .3em 0 0 1em; list-style-type:none }


#bannerDiv { width:200px;margin-top:150px; margin-left:-11px}