/* Styles for demo, not necessary for scroller */
/*body { overflow:hidden }  /* remove if your document requires scrolling */
/*body  { font: 14px verdana, arial, helvetica, sans-serif }*/
/*h1 { font-size:1.3em }*/
/*h2 { font-size:1.2em }*/

/*div#text { margin-right:200px }*/

/* optional container for scroller, to provide bgColor/border */
div#bg {
	position:absolute;
	z-index:100;
	width:250px;
	height:104px;
}
/* scroller "window"  set width, height (and clip) to match values sent to constructor */
div#wn {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:110px;
	z-index:1;
	clip:rect(0, 250px, 114px, 0);
	overflow:hidden;
}

div#cnt {
	position:absolute;
	z-index:1;
	font:10px verdana, arial, helvetica, sans-serif;
	left: 10px;
	width: 250px;
} /* 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:260px; height:75px; _height:75px; }

/* styles for scroller content (read important instructions regarding collapsing margins!) */
div#cnt h3 { margin:0 0 .5em 0;font:10px verdana, arial, helvetica, sans-serif; }  
/*div#cnt p { font-size:6pt; margin:.5em 0 0 0 }*/
div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:0.9em; }
div#cnt ul li { margin: .3em 0 0 .3em; list-style-type:none }
div#cnt item a {text-decoration: none;}
/*div#cnt a:link { color:#069; text-decoration: none; color:#069;  font-size:11px;}
div#cnt a:hover { color:#903; text-decoration: none; color:#903; }
div#cnt a:visited { color:#069; text-decoration: none }*/

