 

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden; 
    width:100%;
	padding-bottom:50px;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative; 
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    bottom:0%; 
    color: #fff;
	z-index:1000     
}

.nbs-flexisel-nav-left { background-image:url(../images/arrow_left.png); background-repeat:no-repeat; width:32px; height:32px;
    left: 46.5%;
}

.nbs-flexisel-nav-left:before {
     
}

.nbs-flexisel-nav-left.disabled {
  
}

.nbs-flexisel-nav-right { background-image:url(../images/arrow_right.png); background-repeat:no-repeat; width:32px; height:32px;
    right: 46.5%;    
}

.nbs-flexisel-nav-right:before {
   
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


@media screen and (max-width: 1000px){
	
	.nbs-flexisel-nav-left {
    left: 42%;
}
	
	.nbs-flexisel-nav-right {
    right: 42%;    
}

	
}

@media screen and (max-width: 767px){
	
	.nbs-flexisel-nav-left {
    left: 39%;
}
	
	.nbs-flexisel-nav-right {
    right: 39%;    
}

	
}


@media screen and (max-width: 500px){
	
	.nbs-flexisel-nav-left {
    left: 33%;
}
	
	.nbs-flexisel-nav-right {
    right: 33%;    
}

	
}