.carousel-wrapper {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 10px;
	padding: 0;
	width: 100%;
}
body .nbs-flexisel-inner {
	background: none;
	border: none;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}
body .nbs-flexisel-item {
	position: relative;
	line-height: 0;
	height: 80px;
	display: table;
	padding: 0 30px;
}
body .nbs-flexisel-item a {
	display: table-cell;
	vertical-align: middle;
}
body .nbs-flexisel-item a img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
body .nbs-flexisel-nav-right,
body .nbs-flexisel-nav-left {
	width: 26px;
	height: 80px;
	background-position: center center;
}
body .nbs-flexisel-nav-right {
	right: 0;
}
body .nbs-flexisel-nav-left {
	left: 0;
}