#listticker{
	margin:0;
	height:100px;
	width:320px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding:6px 2px 30px 2px;
	background-color: #E1FDD5;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}
 
	#listticker li{
		height:60px;
		padding:0;
		text-align:center;
		vertical-align:bottom;
		list-style:none;
		width:80px;
 
	}
		#listticker a{
			color:#000000;
			margin-bottom:
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}