#newsticker { 
width:400px;
padding:5px 5px 0; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;

}

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

.title {
	background-color:#9B0000;
	width: 300px;
	height: 20px;
	text-align:left;
	border-radius:4px 4px 0px 0px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:5px; margin-bottom:10px; }
.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:#000; width:190px; line-height: 12px; text-align:justify; }

.clear { clear: both; }

.read-more{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.read-more a{
	color:#A00;
}

.read-more a:hover{
	color:#fff;
}

