.ui-newsticker {
	width: 100%;
	color: #402726;
	cursor: default;
	font-family: verdana;
	font-weight: 700;
	font-size: 13px;
	line-height: 30.6px;
	padding: 0 10px 0 10px;
	height: 30px;
	position: relative;
	overflow: hidden;
	will-change: transform;
	margin:2% 0 2% 0
}

.ui-newsticker:hover {
	background: #ddd;
	
}

.ui-newsticker-list {
	float: left;
	overflow: hidden;
	transition-property: transform;
	transition-timing-function: ease;
	margin-left:10px;
}

.ui-newsticker-item {
	height: 30px;
	overflow: hidden;
	white-space: nowrap
}