* { margin:0; padding:0; }

#newsticker-demo {
	width:280px;
	height:200px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}


#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.newsticker-jcarousellite {
	width:280px;
	height:180px;
}
.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
	padding-bottom:1px;
	margin-bottom:5px;
	width:280px;
	margin-left:0px;
	height:60px;
}
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info {
	width:auto;
	height: auto;
	float:left;
}
.newsticker-jcarousellite .info p {
	color: #666;
	font-size: x-small;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; margin-left:5px; }

.clear {
	clear: both;
}

