* { margin:0; padding:0; }

#newsticker {
	height:240px;
	display:block;
	background:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 280px;
	border: 1px solid #CCC;
}

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

#newsticker .title {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	background-color: #d82622;
	color: #FFFFFF;
	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:5px; }
.newsticker-jcarousellite .info {
	float:right;
	width:280px;
	height: 75px;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

