
#newsticker {
	height:180px;
	display:block;
	background:#FFF;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 280px;
	border: 1px solid #CCC;
}

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

#newsticker .title {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-color: #F4F4F4;
	color: #C00;
	padding: 1px;
}

#newsticker .bottom {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:1px;
}

.newsticker-jcarousellite {
	width:280px;
	height: 75px;
}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:3px; }
.newsticker-jcarousellite .info {
	float:right;
	width:280px;
	height: 75px;
}
.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size:12px;
	color:#333;
}

.clear { clear: both; }
