#logo_carousel.logo_effect_gray li img{filter:grayscale(100%);-webkit-filter:grayscale(100%);opacity:.7;cursor:pointer;width:196px!important;transition: all 0.5s;}
#logo_carousel.logo_effect_gray li img:hover{filter:none;-webkit-filter:none;opacity:1;transition:all .4s ease 0;transition: all 0.5s;}
#logo_carousel.logo_effect_none li img{cursor:pointer;width:196px!important;transition: all 0.5s;}
#logo_carousel.logo_effect_none li img:hover{filter:grayscale(100%);-webkit-filter:grayscale(100%);opacity:1;transition:all .4s ease 0;transition: all 0.5s;}
.nbs-flexisel-container{position:relative;max-width:100%}
.nbs-flexisel-ul{position:relative;width:9999px;margin:0;padding:0;list-style-type:none;text-align:center}
.nbs-flexisel-inner{overflow:hidden;width:95%;margin:0 auto;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.nbs-flexisel-item{float:left;margin:0;padding:0;cursor:pointer;position:relative;line-height:0}
.nbs-flexisel-item img{width:100%;cursor:pointer;position:relative;margin-top:10px;margin-bottom:10px;max-width:100px;max-height:45px}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{height:51px;position:absolute;cursor:pointer;z-index:100;transition:all .3s linear 0;width:20px}
.nbs-flexisel-nav-left{left:5px;background:url(images/arrows_left.png) no-repeat}
.nbs-flexisel-nav-right{right:5px;background:url(images/arrows_right.png) no-repeat}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{background-position:center bottom}
.logo_carousel{position:relative;float:left;width:100%;border-top:1px solid #CCC;padding-top:1px;background-color:#FFF;height:65px;overflow:hidden}
.logo_carousel .inder-div{margin:auto;position:relative;width:980px}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{top: 7px !important;}