/* CSS Document for datacapture.co.uk */
/*div.newsbox {
		width:167px;
		border:2px solid #8A94BE;
		padding:8px; padding-top:5px;
		font-size:90%;
		}*/
/* for scroller background/border */
#bg { 
  position:relative; left:0px; margin-top:10px;
	z-index:1000; width:172px; height:240px;
    background-color:#d9e0f0; 
  } 
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { 
  position:absolute; left:8px; top:6px;
  width:155px; height:220px; z-index:1;
  clip:rect(0, 150px, 220px, 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:155px; height:220px; color:#330000; }

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