

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

.nbs-flexisel-item {
    float:left;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	
	margin:1px;
	width:209px;
}
#flexiselDemo3 li {
	margin:0px 0px 0px 0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    max-width:180px;
    max-height:100px;
	padding:5px 0px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 26px;
    height: 26px;
	margin-top: 2%; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -19%;
    background:url(../images/arrow-prev.jpg) no-repeat;
}

.nbs-flexisel-nav-right {
    left: -14%;
    background:url(../images/arrow-next.jpg) no-repeat;
}

@media (min-width: 1110px) and (max-width: 1300px) {
	.nbs-flexisel-nav-left{ left:-19%; margin-top:2%;}
	.nbs-flexisel-nav-right{ left:-14%; margin-top:2%;}
	}
@media (min-width: 1036px) and (max-width: 1110px) {
	.client{padding-top:10px;}
	.nbs-flexisel-nav-left{ left:-19%; margin-top:2%;}
	.nbs-flexisel-nav-right{ left:-13%; margin-top:2%;}
	}
@media (min-width: 100px) and (max-width: 1035px) {
	
	.nbs-flexisel-nav-left{display: none;}
	.nbs-flexisel-nav-right{display: none;}
    }
