


#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.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%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    
}
.nbs-flexisel-item img {
     cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;

}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 63px;
    height: 24px;
	background-size:cover; 
	top:-35px !important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;

}

.nbs-flexisel-nav-left {
    left:10px;
    background: url(../images/PREV1-.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:15px;
    background: url(../images/Next1-.png) no-repeat;
}
.inside-carousel {
    padding:10px;    
}
.inside-carousel img {
    width: 100%;
}
