#clienteleDemo1 {
    display: none;
}

.nbs-clients-container {
    position: relative;
    max-width: 100%;
    padding: 20px 0 0px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.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 auto;
    background-color: transparent;
    width: 70%;
}

.nbs-clients-item {
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.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: 45%!important;
    background: url(images/pre.png) no-repeat;
    left: 0%;
}

.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: 0%;
    top: 45%!important;
    background: url(images/next.png) no-repeat;
}

.nbs-clients-nav-right:hover,
.nbs-clients-nav-right:focus,
.nbs-clients-nav-right:active {
    background: url(images/next.png) no-repeat;
}