#listticker{
	clear: both;
	height: 600px;
	max-width: 180px;
	overflow: hidden;
	border: solid 1px #FF9933;
	padding: 0 5px 6px 5px;
	margin:0;
}

#listticker li{
	border: 0; margin: 0; padding: 0; list-style: none;
}

#listticker li{
		height: 145px;
		padding: 5px;
		overflow: hidden;
		list-style: none;
}
#listticker a{
			color: #339933;
			margin-bottom: 5px;
}
#listticker .news-title{
			max-width: 180px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
			display: block;
			font-weight: bold;
			margin: 0 0 5px 0;
			font-size: 11px;
			line-height: 13px;
}
#listticker .news-text{
			max-width: 180px;
			text-align: left;
			display: block;
			font-size: 9px;
			line-height: 11px;
			color: #333333;
}

#listticker img{
			float:left;
			margin: 0 5px 0 0;
			padding: 5px;
			border:solid 1px #dedede;
}
