
.BreakingNewsController{width:100%; overflow:hidden; height:auto; position:relative; border-radius:3px;}
.BreakingNewsController .bn-title{display:inline-block; float:right; padding:7px 20px; background:#8B9386; color:#FFCC00; font-weight:bold; font-size:22px;
 border-top-left-radius:5px;  border-bottom-left-radius:5px;}
.BreakingNewsController ul{padding-top:3px; margin:0; height:43px; display:block; list-style:none; position:absolute; right:125px; left:10px; line-height:1.3em; direction:rtl; text-align:right; border:0px solid #CCC;}
.BreakingNewsController ul li{list-style:none; padding:5px 25px; display:none; }
.BreakingNewsController ul li a{text-decoration:none; color:#333; display:inline-block; overflow:hidden; padding:0; font-size:22px; font-weight:bold;}
.BreakingNewsController .bn-arrows{display:inline-block; float:left; width:50px; position:absolute; left:0; top:0; bottom:0;}
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{ left:10px; background:url(../images/bn-arrows.png) left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:5px; background:url(../images/bn-arrows.png) right center no-repeat;}

.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
