
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    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;
}



/*** Navigation ***/


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px; 
	top:-27px!important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

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

.nbs-flexisel-nav-right {
    right:2%;
    background: url(../images/button-next.png) no-repeat;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover{opacity:0.6;}

.people-saying .nbs-flexisel-nav-left,
.people-saying .nbs-flexisel-nav-right{display:none;}



.gallery .nbs-flexisel-nav-left,
.gallery .nbs-flexisel-nav-right {
    width: 39px;
    height: 39px; 
	top:-60px!important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.products .nbs-flexisel-nav-left {
	left:-30px!important;
	left:inherit;
}

.products .nbs-flexisel-nav-right {
    right:-30px!important;
}

@media only screen and (max-width: 850px) {
.nbs-flexisel-nav-left{ right:8%;}
}
@media only screen and (max-width: 599px) {
.nbs-flexisel-nav-left{ right:8%;}
}
@media only screen and (max-width: 479px) {
.nbs-flexisel-nav-left{ right:13%;}
}