* {
	margin:0;
	padding:0;
}

#newsticker-demo { 
width:200px; 
background:#EAF4F5; 
padding:0px 0px 0; 
font-family:Calibri,Arial,Verdana,Sans-Serif;
font-size:14px;
margin:5px auto;
vertical-align: top;
}

#newsticker-demo a { text-decoration:none; color:#036; font-weight:bold; }
#newsticker-demo a:hover { text-decoration:underline; color:#F2B600; font-weight:bold; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:200px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:middle; width:200px; }
.newsticker-jcarousellite .info { float:right; width:290px; height:90px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }
.newsticker-jcarousellite .info span.des { display: block; font-size:12px; color:#000000; margin-right:0px; }

.clear { clear: both; }

