﻿* { margin:0; padding:0; }

#newsticker-demo {
	width: 200px;
	background: #E1E1E1;
	padding: 0px 0px 0;
	font-family: Calibri;
	font-size: small;
	margin: 20px auto;
}

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

#newsticker-demo .title {
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.newsticker-jcarousellite { width:200px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:200px; }
.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.clear { clear: both; }
