

#newsticker-demo { 
width:354px;  
height:70px;
padding:5px 5px 0; 
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:13px;
margin:0px;
border:0px solid red;
overflow:hidden;
}

#newsticker-demo a { text-decoration:none; color:#626262;}
#newsticker-demo a:hover { text-decoration:none; color:#930;}
#newsticker-demo img { border: 1px solid #000; }

#newsticker-demo .title {
text-align:center;
font-size:10px;
font-weight:bold;
padding:0px;

}

.newsticker-jcarousellite { width:360px; margin-left:-5px; }
.newsticker-jcarousellite ul{
	margin:0px;
	padding:0px;	
}
.newsticker-jcarousellite ul li{ list-style:none;  display:block; padding-left:10px; padding-bottom:1px; margin-bottom:5px; text-align:left; height:60px;}

.newsticker-jcarousellite .thumbnail { float:left; width:215px; height:3px; }
.newsticker-jcarousellite .info { float:left; width:345px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-align:justify;margin-top:5px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#06C; }

.clear { clear: both; }
