* { margin:0; padding:0; }


#newsticker-demo {
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 12px;
    padding:0;
    width: 310px;
}

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

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

.newsticker-jcarousellite { width:300px; height: 300px !important;}
.newsticker-jcarousellite ul li {
    display: block;
    height: 80px !important;
    list-style: none outside none;
    margin: 0px 0;
    padding-bottom: 1px;
}
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
