*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "Trebuchet MS", georgia,"times new roman",times,serif;
}
h1 {
	text-align: center;
	font-size: 3em;
}
.content {
	display: block;
	width: 980px;
	background: gray;
	padding: 0em;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 5px;
    padding-right: 5px;
}
.container {
	width: 100%;
	background: grey;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 35px;
	position: relative;
	cursor: pointer;
}
.marquee-sibling {
	padding: 0;
	background: #FF9900;
	width: 20%;
	height: 35px;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}
.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}
.marquee{
  margin-left: 25%;
}
.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 35px;
  position: relative;
}
.marquee-content-items li{
  display: inline-block;
  line-height: 25px;
  color: #fff;
}
.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}