/* Styles for demo, not necessary for scroller */


/* optional container for scroller, to provide bgColor/border */
div#bg { position:relative; left:0px; top:0px; 
	z-index:100; width:220px; height:244px;
  background-color:none;
  }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { position:absolute; left:0px; top:0px;
  width:222px; height:224px; z-index:1;
  clip:rect(0, 222px, 224px, 0); overflow:hidden;
  }

div#cnt { 
position:absolute;
z-index:1;
line-height: 13px;
} /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt .item { width:222px; height:224px; color:#336 }
.home-news { display: none !important; }