* { margin:0; padding:0; }

#newsticker-demo { 
width:500px; 
height:200px;
background:#EAF4F5; 
padding:0px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:5px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:16px;
color: #300;
font-weight:bold;
padding:3px;
}

.newsticker-jcarousellite { width:auto; }
.newsticker-jcarousellite ul li{ list-style:none; display:inline-table; padding-bottom:5px; margin-bottom:14px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:left; width:Auto; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
