
/*Example CSS for the two demo scrollers*/

#newsScroller
{
	position:relative;
	top:10px;
	margin:0 auto;
	width: 271px;
	height: 230px;
	padding: 5px;
	font-size:11px;
	text-align:left;
}

#newsScroller img
{
	padding: 5px;
}

#newsScroller p
{
	margin-top:0;
}


.newsClass{ //class to apply to your scroller(s) if desired
	padding-top:0;
}
