.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.simple-marquee-container {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 35px;
	position: relative;
	cursor: pointer;
	background-color: #53A9FF;
}

.simple-marquee-container .marquee-sibling {
	width: 11%;
	height: 35px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
	background-color: #F00;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.simple-marquee-container .marquee{
	margin-left: 15%;
}

.simple-marquee-container .marquee-content-items{
	display: inline-block;
	margin: 0;
	height: 35px;
	position: relative;
	font-size: 15px;
}

.simple-marquee-container .marquee-content-items li{
	display: inline-block;
	line-height: 35px;
	color: #09183C;
}

.simple-marquee-container .marquee-content-items li:after{
	content: "_";
	margin: 0.5em;
}
