﻿* { margin:0; padding:0; }

#newsticker {
	border: thin solid #C0C0C0;
	float: right;
	width: 595px;
	background: #EAF4F5;
	padding: 5px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 10px auto 20px auto;
}

#newsticker a { text-decoration:none}

.newsticker-jcarousellite { width:600px}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px}
.newsticker-jcarousellite .info { float:left}
.newsticker-jcarousellite .thumbnail { float:left; width:60px}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080}

.clear { clear: both; }

