* { margin:0; padding:0; }

#newsticker-demo {
	width:100%;
	padding:5px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px;
	text-align: left;
	visibility: hidden;
}

#newsticker-demo a { text-decoration:none; color:#990202}
#newsticker-demo a:hover { color:#000000}
#newsticker-demo img { /*border: 2px solid #FFFFFF; */
}

.newsticker-jcarousellite { width:860px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:65px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	height: 65px;
}
.newsticker-jcarousellite .info {
	float:left;
	width:320px;
	font-size:11px;
	font-weight:bold;
	margin-left: 10px;
	}
.newsticker-jcarousellite .info span.cat { 
	display: block; 
	font-size:10px; 
	color:#000000; 
	font-weight: normal;
	}

.clear { clear: both; }
