.ui-newsticker {
	color: #FFF;
	cursor: default;
	font-size: 16px;
	padding: 0px;
	height: 50px;
	position: relative;
	overflow: hidden;
	will-change: transform
}
.ui-newsticker-list {
	position: absolute;
	overflow: hidden;
	transition-property: transform;
	transition-timing-function: ease
}
.ui-newsticker-item {
	height: 50px;
	overflow: hidden;
	white-space: nowrap
}
