
#clienteleDemo1 {
	display:none;
}

.nbs-clientele-container {
    position:relative;
    max-width:100%;
	padding:10px 0 10px 0; text-align: center;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nbs-clientele-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-clientele-inner {
    overflow:hidden;
    float:none;
    width:100%; margin:0px;
    background-color:transparent;
}

.nbs-clientele-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-clientele-item img {
	width:100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom:0px;
    
}

/*** Navigation ***/

.nbs-clientele-nav-left,
.nbs-clientele-nav-right {
    width: 29px;
    height: 50px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-clientele-nav-left {
    left: -37px;   
    background: url(images/left.png) no-repeat;
}
.nbs-clientele-nav-left:hover,
.nbs-clientele-nav-left:focus,
.nbs-clientele-nav-left:active {
    background: url(images/left.png) no-repeat;
}


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