
#flexiselDemo3{
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	overflow:hidden;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	height: 327px;
	margin-left:-5px;
	
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:3px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10%;
    margin-bottom: 10px;
   
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 61px;
    height: 62px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-nav-left {
	  margin-top: -2%;
     left: -7%;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	margin-top: -2%;
    right: -7%;

    background: url(../images/button-next.png) no-repeat;
}
@media (max-width:780px){
	.nbs-flexisel-nav-left {
        margin-left: 4px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
       right: -111px;
   margin-right:100px;
    background: url(../images/button-next.png) no-repeat;
}
	.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 61px;
    height: 62px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
}
	
	.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:85%;
    margin-left:30px;
}
}




@media (max-width:400px){
	
	.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:85%;
    margin-left:29px;
}
}