.nbs-flexisel-inner { max-height:500px; }
#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; 
}
.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 {
    width: 100%;
    cursor: pointer;
    position: relative;
 }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	top:60px !important;
}

.nbs-flexisel-nav-left {
    right: 50px;
    background: url(../imgs/next-icon.png) no-repeat;
	transform:rotate(180deg);
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../imgs/next-icon.png) no-repeat;
}




@media screen and (max-width:1024px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    opacity: 0.5;
	top:40px !important;
}
}

@media screen and (max-width:768px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    opacity: 0.5;
	top:0 !important;
}
}


@media screen and (max-width:568px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    opacity: 0.5;
	top:10px !important;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:10px 0 0;
}
}

@media screen and (max-width:425px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    opacity: 0.5;
	top:-50px !important;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:10px 0 0;
}
}

@media screen and (max-width:414px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    opacity: 0.5;
	top:0px !important;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:10px 0 0;
}
}


@media screen and (max-width:375px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height:50px; 
    opacity: 0.5;
	top:-40px !important;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:10px 0 0;
}
}