.nbs-flexisel-container{position:relative; max-width:100%;}
.nbs-flexisel-ul{position:relative; width:999999px; margin:0 0 0 10px; padding:0px; list-style-type:none;}
.nbs-flexisel-inner{overflow:hidden; float:left; width:96%; margin:0 0 0 13px; }
.nbs-flexisel-item{float:left;margin:0; padding:0px; position:relative;}
.nbs-flexisel-item img{cursor:pointer; position:relative; margin-top:0; margin-bottom:0; /*max-height:300px;*/}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{width:30px; height:30px; position:absolute; cursor:pointer; z-index:100; opacity:0.5;}
.nbs-flexisel-nav-left{left: -5px; background: url(../images/button-previous.png) no-repeat;/* top:48% !important;*/}
.nbs-flexisel-nav-right{right: -5px; background: url(../images/button-next.png) no-repeat;/* top:48% !important;*/}


@media (max-width:480px) {
.nbs-flexisel-nav-left {top: 92px !important;}
.nbs-flexisel-nav-right {top: 92px !important;}
}