#flexiselDemo1, #flexiselDemo2, #flexiselDemo3{display:none;}
.nbs-flexisel-container{position:relative;max-width:100%;float:left;padding:10px 0;}
.nbs-flexisel-ul{position:relative;width:99999px;margin:0px;padding:0px;list-style-type:none;text-align:center;}
.nbs-flexisel-inner{overflow:hidden;float:none;width:90%;margin:0 auto;display:block;margin-top:25px;}
.nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px; border:1px solid #d0cdcd; padding:10px 5px; 
margin-right:10px;
}


.nbs-flexisel-item img{width:90%;cursor:pointer;position:relative;
margin-top:0px;margin-bottom:0px;max-width:160px;max-height:70px;   
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right{width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.5;top:50px !important;}
.nbs-flexisel-nav-left{left:10px;background:url(../images/button-previous.png) no-repeat;}
.nbs-flexisel-nav-right{right:5px;background:url(../images/button-next.png) no-repeat;}


@media screen and (max-width: 780px){
.nbs-flexisel-item img{width:auto;cursor:pointer;position:relative;
margin-top:0px;margin-bottom:0px;max-width:200px;max-height:auto;   
}


.nbs-flexisel-item{padding:0px; border:none;  margin-right:-12px;}

.nbs-flexisel-inner {
    overflow: hidden;
    float: none;
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
}


@media screen and (max-device-width: 780px) and (orientation: landscape) {
.nbs-flexisel-inner{overflow:hidden;float:none;width:90%;margin:0 auto;display:block;margin-top:25px;}
.nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px; border:1px solid #d0cdcd; padding:10px 0px; 
margin-right:3px;
}


.nbs-flexisel-item img{width:auto;cursor:pointer;position:relative;
margin-top:0px;margin-bottom:0px;max-width:120px;max-height:70px;   
}

}
