#news_scroller { 
	width: 300px;
	height: 260px;
	float: right;
	background-image: url(../graphics/background.png);
	padding: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

#news_scroller a {
	text-decoration:none;
	color: #666;
}

#news_scroller img { 
	border: 2px solid #666;
	height: 65px;
}

#news_scroller .title {
	text-align: center;
	font-size: 1.5em;
	color: #232B7A;
	padding: 10px;
}

.newsticker-jcarousellite {
	width: 400px;
}

.newsticker-jcarousellite ul li {
	list-style: none;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.newsticker-jcarousellite .thumbnail {
	float: left;
	width: 65px;
}

.newsticker-jcarousellite .info {
	float: right;
	width: 325px;
	height: 30px;
}

.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size: 10px;
	color: red;
}

.clear {
	clear: both;
}
