.BreakingNewsController{width:100%; overflow:hidden; background:#FFF; height:45px; position:relative; margin-bottom:10px;}
.BreakingNewsController ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  position: relative;
  width: 100%;
  left: 0 !important;
}
.BreakingNewsController ul li{list-style:none; padding:10px 20px; display:none; text-align:center;}
.BreakingNewsController ul li a{text-decoration:none; color:#333; display:inline-block; overflow:auto; padding:0;font-weight: bold !important;bottom:0;height: auto !important;line-height: 24px;}
.BreakingNewsController .bn-arrows{display:inline-block; float:right; width:50px; position:absolute; right:0; top:0; }
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:relative; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{ left:0; background:url(../img/bn-arrows.png) left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:10px; background:url(../img/bn-arrows.png) right center no-repeat;}
.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}

@media screen and (max-width: 768px) {
	.BreakingNewsController {height:116px;}
	.BreakingNewsController ul li {height:116px;}	
}