.vnccpNewsController{width:100%; overflow:hidden; background:rgba(0, 0, 0, 0.4); height:auto; position:relative;border: 2px solid rgba(144, 144, 144, 0.4);}
.vnccpNewsController .bn-title{display:inline-block; float:left; padding:5px 1px 5px 10px !important; background:transparent !important; color:#FFF;}
.vnccpNewsController ul{padding:0; margin:0; display:block !important; list-style:none; position:absolute; left:160px !important; right:50px; top:-5px;}
.vnccpNewsController ul li{list-style:none; padding:10px 20px; display:none;}
.vnccpNewsController ul li a{text-decoration:none; color:#FFF; display:inline-block; overflow:hidden; padding:0;}
.vnccpNewsController .bn-arrows{display:inline-block; float:right; width:50px; position:absolute; right:0; top:0; bottom:0;}
.vnccpNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.vnccpNewsController .bn-arrows span:hover{opacity:1;}
.vnccpNewsController .bn-arrows-left{ left:0; background:url(../img/bn-arrows.png) left center no-repeat;}
.vnccpNewsController .bn-arrows-right{right:10px; background:url(../img/bn-arrows.png) right center no-repeat;}

.bn-easing a, .bn-easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}

.wstime {
    font-size: 12px;
    padding-top: 1px;
    float: right;
    padding-left: 5px;
    color: #FFF;
    opacity: 0.5;
}
.weekly-status {
    width: 170px;
    height: 34px;
    background-color: #000;
}

.weekly-status:hover > .led-red {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-filter: brightness(150%);
}
.weekly-status:hover > .led-yellow {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-filter: brightness(150%);
}
.weekly-status:hover > .led-green {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-filter: brightness(150%);
}
.weekly-status:hover > .led-blue {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-filter: brightness(150%);
}

.led-red {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #940;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #600 0 -1px 9px, #F00 0 2px 12px;
}

.led-yellow {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #A90;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #660 0 -1px 9px, #DD0 0 2px 12px;
}

.led-green {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #690;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;
}


.led-blue {
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55); 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #4AB;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #006 0 -1px 9px, #06F 0 2px 14px;
}