
#newsticker-demo .title {
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:5px;
}

#scroller {
	width:672px;
	background-color: #fff;
	border-left: 1px solid #c0d54d;
	border-right: 1px solid #c0d54d;
	border-bottom: 1px solid #c0d54d;
}

.item { width:100px; height:100px; float:left; text-align: center;}
.item ,.item a{ font-size: 10px; color:#919191; margin:3px; text-align: center; text-decoration: none;}

.item .image {
	line-height:85px;
	text-align:center;
	vertical-align:middle;
	width: 100px;
	height: 85px;
}
.item img {
	margin:2px;
	padding:2px;
	border:1px solid #D3E285;
	vertical-align:middle; 
}
	
.newsticker-jcarousellite { width:692px; margin-left:-20px;}
.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:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
