.clearout {
	height: 20px;
	clear: both;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;   
	text-align: center;  
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0;
	position: relative;
	line-height: 0px;
	margin-left: 10px;
}
.nbs-flexisel-item img {
	position: relative;
	width: 100%;
	border: 10px solid transparent;
	border-right: 0;
	margin-left: -50px;
}

/* .nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 40px;
	height: 90px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background-color: #06F;
	opacity: 0.6;
}
.nbs-flexisel-nav-left {
	left: 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
} */
