
#clienteleDemo1 {
	display:none;
}

.nbs-clientele-container {
    position:relative;
    max-width:100%;
	padding:20px 0;
	
}
.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: 24px;
    height: 24px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-clientele-nav-left {
     top:47px!important;
    background: url(images/large_left.jpg) no-repeat;
}
.nbs-clientele-nav-left:hover,
.nbs-clientele-nav-left:focus,
.nbs-clientele-nav-left:active {
    background: url(images/large_left_hover.jpg) no-repeat;
}

.nbs-clientele-nav-right {
    right:0px;top:47px!important;
    background: url(images/large_right.jpg) no-repeat;
}
.nbs-clientele-nav-right:hover,
.nbs-clientele-nav-right:focus,
.nbs-clientele-nav-right:active {
    background: url(images/large_right_hover.jpg) no-repeat;
}