#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4, #flexiselDemo5 {
display:none; 
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%; padding-top:50px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; height:auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0 0px 0 0px;
    padding:0px;
   
    position:relative; top:0;
   
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
   
  
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 28px; 
    position: absolute; top:0%;  right:0;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    right:31px;background: url(leftarrow.jpg) no-repeat; top:20px!important; background-size:100%;

}

.nbs-flexisel-nav-right {
    right:0px; 
    background: url(rightarrow.jpg) no-repeat;top:20px!important; background-size:100%;
}



