

.newsticker { width:300px; }
.newsticker ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px;  }
.newsticker .thumbnail { float:left; width:110px; height: 90px;}
.newsticker .info { float:right; width:190px; }
.newsticker .info span.cat { display: block; font-size:10px; color:#000; }
	
	
.newsticker a{
	font-weight: bold;
	color: #005057;
	text-decoration: underline;
	}
	
	.newsticker a: hover{
	color: #D01F26;
	text-decoration: underline;
	}
