
#clienteleDemo1 {
	display:none;
}

.nbs-clientele-container {
    position:relative;
    max-width:100%;
	padding:0;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nbs-clientele-ul {
    position:relative;
    width:99999px;
    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:10px 0;
    cursor:pointer;
    position:relative;
    line-height:0px; text-align:center;
}
.nbs-clientele-item img {
	width:85%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom:0px; margin:5px; box-shadow:0 -5px 10px #eee;
   
}

/*** Navigation ***/

.nbs-clientele-nav-left,
.nbs-clientele-nav-right {
    width: 24px;
    height: 35px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-clientele-nav-left { left:47%;
     top:100%!important;
    background: url(images/large_left_hover.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: 47%;top:100%!important;
    background: url(images/large_right_hover.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;
}