#clientele2Demo2 {
	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: 0px 0 10px;
}
.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:10px;
	bottom: -50px !important;
	width: 21px;
	top: -50px!important;
}
.nbs-clientele2-nav-right {
	background-image: url(images/preb.png);
	background-repeat: no-repeat;
	height: 38px;
	left: auto;
	right:40px;
	bottom: 100px !important;
	width: 21px;
	top: -50px !important;
}
 
