* { margin:0; padding:0; }

#newsticker-demo {
	width:275px;
	padding:5px 5px 0;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	margin:20px auto;

}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #000000; }

#newsticker-demo .title {
text-align:center;
font-size:10px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite {
	width:275px;
}
.newsticker-jcarousellite ul li{ 
	list-style:none; 
	display:block; 
	padding-bottom:1px; 
	margin-bottom:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.newsticker-jcarousellite .info { float:right; width:215px; }
.newsticker-jcarousellite .info span.cat {display: block; font-size:10px;color:#000;}

.clear { clear: both; }
