#clienteleDemo2 {
	display: none;
}
.nbs-clientele2-container {
	position: relative;
	max-width: 100%;
	padding:0px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nbs-clientele2-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-clientele2-inner {
	overflow: hidden;
	float: none;
	width: 100%;
	margin: 0px auto;
	background-color: transparent; padding:15px 0 15px;
}
.nbs-clientele2-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-clientele2-item img {
	max-width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px; /*border:1px solid #fff;*/
}
/*** Navigation ***/


.nbs-clientele2-nav-left, .nbs-clientele2-nav-right {
	width: 57px;
	height: 56px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}




.nbs-clientele2-nav-left {
	background-image: url(images/nextb.png);
	background-repeat: no-repeat;
	height: 38px;
	left: auto;
	right: -50px;
	bottom: -50px !important;
	width: 21px;
	top: 40% !important;
}
.nbs-clientele2-nav-right {
	background-image: url(images/preb.png);
	background-repeat: no-repeat;
	height: 38px;
	left: 0;
	left: -50px;
	bottom: -50px !important;
	width: 21px;
	top: 40% !important;
}
 @media screen and (max-width: 1366px) {
	 
.nbs-clientele2-nav-right{ left:0px;}
.nbs-clientele2-nav-left{ right:0px;}

}
@media screen and (max-width: 991px) {
.nbs-clientele2-item img{ padding:0px;}

}












