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

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

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

.newsticker-jcarousellite { width:290px; height: 360px; overflow: hidden;}
.newsticker-jcarousellite ul li{ list-style:none; padding-bottom:0px; margin-bottom:5px;margin-left:15px;}
.newsticker-jcarousellite .thumbnail { float:left; width:80px;}
.newsticker-jcarousellite .info { float:left; width:270px; font-size:13px; font-weight:bold; color:#000; height: auto;}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080;}

.info a{color:#000;}
.cat p 
{
    margin-right:15px;
    padding-left:80px;
}
.cat-text p 
{
    display: block;
    margin-right:15px;
}
.cat p a {text-decoration:none; color: #4B96B5;}
.cat p a:hover {text-decoration:underline}

.cat-text p a {text-decoration:none; color: #4B96B5;}
.cat-text p a:hover {text-decoration:underline}

.clear { clear: both; height: 10px }