#newsticker-demo ul{ margin:0; padding:0; }

#newsticker-demo {
	width:278px;
	padding:0px 0px 0;
	margin:0px auto 2px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

#newsticker-demo a {
	text-decoration:none;
	color: #40A6DB;
	font: normal 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	display: block;
	padding-bottom: 5px;
}
#newsticker-demo a:hover {
	text-decoration:underline;
	color: #333;
}


#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite {
	width:278px;
}
.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	border-bottom: 1px dotted #CCC;
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:70px;
	background: #FFF;
	padding: 3px;
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #EAEAEA;
}
.newsticker-jcarousellite .info {
	float:right;
	width:190px;
	text-align: left;
}
.newsticker-jcarousellite .info span.cat {
	display: block;
	color:#333;
	font: 12px/1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	;
}

.clear { clear: both; }
