.ticker {
	background: rgb(255, 255, 255);
	margin: auto;
	padding: 0px;
	border: 1px solid rgb(0, 0, 0);
	width: 100%;
	height: 34px;
	overflow: hidden;
/*
	box-sizing: border-box;
*/
}
.ticker .mask {
	left: 10px;
	top: 8px;
	overflow: hidden;
	position: relative;
}
ul.newsticker {
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
/*
	font-size-adjust: none;
	font-stretch: normal;
*/
}
ul.newsticker li {
	background: rgb(255, 255, 255);
	margin: 0px 50px 0px 0px;
	padding: 0px;
	float: left;
	white-space:nowrap;
}
ul.newsticker a {
	font-size: 1.4rem;
	margin: 0px 50px 0px 0px;
	padding: 0px;
	color: black;
	white-space: nowrap;
/*
	font-size-adjust: none;
	font-stretch: normal;
*/
}
ul.newsticker span {
	margin: 0px 10px 0px 0px;
}