
#clienteleDemo1 {
	display:none;
}

.nbs-clients-container {
    position:relative;
    max-width:100%;
	padding:20px 0 35px 0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nbs-clients-ul {
    position:relative;
    width:99999px;
    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 {  
    float: left;
    font-size: 15px;
    font-weight: 700;    
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-clients-item img {	
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; height: 60px; width: 60px; margin: 0 auto 30px;
}

/*** 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%;  no-repeat; display: none;
}
.nbs-clients-nav-left:hover,
.nbs-clients-nav-left:focus,
.nbs-clients-nav-left:active {
    background: url(images/pre.png) no-repeat;
}

.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; 
}






@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%;}
}












