
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 88px;
	margin:15px 0 0 15px;
	width:237px;
	float:left;
}

	#newsticker li{
		float:left;
	}
	
		#newsticker li img{
			float:left;
		}

* html #newsticker ul {
	height: 88px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
