.cms-news-ticker {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.cms-news-ticker-items {
	list-style:none;
	margin: 0;
	padding: 0;
}
.cms-news-ticker-item {
	margin-left: 0;
	padding: 0 10px;
	line-height: 110%;
}
.cms-news-ticker-item a {
}
.cms-news-ticker-view-all {
	display: block;
	float: left;
	position: absolute;
	top: 0;
	line-height: 110%;
	right: 10px;
	z-index: 999;
}