#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	margin-top:20px;
	margin-bottom:20px;
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	width:900px;
	margin:0 auto;
}
.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%;
    background:transparent;
}

.nbs-flexisel-item {
    float:left;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	margin:0 5px;
	width:350px;
	border:solid 2px white;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
   
    
	
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 35px;
    height: 35px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: -43px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -43px;
    background: url(../images/button-next.png) no-repeat;
}
@media screen and (max-width: 1000px) {
.nbs-flexisel-container {
	width:89%;
}

}

 @media screen and (max-width: 620px) {
.nbs-flexisel-container {
	width:70%;
}
 }