.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%;
	/*background: grey;*/
    /*margin:17px 0;*/
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	/*background: rgb(61, 61, 61);*/
	
	height: 45px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 3;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  /*padding: 5px;*/
  margin: -5px;
  height: 30px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
}
    .marquee-content-items li a {
    
  color: #fff;
    }
      .marquee-content-items li a:hover {
    
  color: yellow;
    }
.marquee-content-items li:after{
	content: "";
	margin: 0 1em;
    color:#09559A;
}
