#listticker{
	height:495px;
	width:210px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding:6px 10px 6px 0;
	margin:0 0 85px 0;
}

#listticker li{
	height:155px;
	padding:5px;
	border:0;
	margin:0; 
	list-style:none;
}

#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;
}
