* { margin:0; padding:0; }

#newsticker-demo  
{
	text-align:left;
	width:220px; 
	font-family:Arial;
	font-size:12px;
	margin:0px auto;
}
a
#newsticker-demo a  
{
	text-decoration:none; 
	color:Red;
}
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
	text-align:center;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	background-color:Orange;
	padding:2px;
}

.newsticker-jcarousellite {text-align:justify; float:left; width:220px; }
.newsticker-jcarousellite ul li 
{
	list-style:none; 
	font-family:Arial;
	display:block; 
	padding-bottom:1px; 
	margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:100px; }
.newsticker-jcarousellite .info  
{
	float:inherit;
	width:210px; 
	font-family:Arial;
	}
.newsticker-jcarousellite .info span.cat  
{
	display: block; 
	font-size:12px; 
	font-family:Arial;
	color:Orange; 
}

.clear { clear: both; }
