

#exclusive-news .container {
	width: 100%;
	/*background: #14016c;*/
	background: #fbd200;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

#exclusive-news .marquee-sibling {
	padding: 0;
	/*background: #14016c;*/
	background: #fbd200;
	width: 15%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: bold;
	/*color: #95c8ed !important;*/
	color: #000000 !important;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}



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

#exclusive-news .marquee{
  margin-left: 15%;
}

#exclusive-news .marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

#exclusive-news .marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  /*color: #fff;*/
  font-weight: bold;
  color: #ffffff;
}

#exclusive-news .marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
	/*color: #ffffff;*/
	color: #000000;
}

#exclusive-news .marquee-content-items li a, #exclusive-news .marquee-content-items li a:visited {
	/*color: #ffffff;*/
	color: #000000;
}

#exclusive-news .marquee-content-items li:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}