
#clients2 {
	display:none;
}

.nbs-clients-container {
    position:relative;
    max-width:100%;
	padding:10px 0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nbs-clients-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-clients-inner {
    overflow:hidden;
    float:none;
    width:100%; margin:0px;
    background-color:transparent; 
}

.nbs-clients-item {
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 700;    
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-clients-item img {
	width:100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom:0px;    
}

/*** Navigation ***/

.nbs-clients-nav-left,
.nbs-clients-nav-right {
    width: 35px;
    height: 35px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-clients-nav-left {
     top:100%!important;
    background: url(images/pre.png) no-repeat; left:46%; display:none;
}
.nbs-clients-nav-left:hover,
.nbs-clients-nav-left:focus,
.nbs-clients-nav-left:active {
    background: url(images/pre.png) no-repeat; display:none;
}

.nbs-clients-nav-right {
    right:46%; top:100%!important;
    background: url(images/next.png) no-repeat; display:none; 
}
.nbs-clients-nav-right:hover,
.nbs-clients-nav-right:focus,
.nbs-clients-nav-right:active {
    background: url(images/next.png) no-repeat; display:none;
}






@media screen and (max-width:800px) {
.nbs-clients-nav-left{ left:44%;}
.nbs-clients-nav-right{ right:44%;}
}




@media screen and (max-width:550px) {
.nbs-clients-nav-left{ left:42%;}
.nbs-clients-nav-right{ right:42%;}

}

@media screen and (max-width:550px) {
.nbs-clients-nav-left{ left:38%;}
.nbs-clients-nav-right{ right:38%;}
}












