#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding: 0 15px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 20px 0 30px;
}
.nbs-flexisel-item {
    float: left;
    /*height: 229px;*/
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-item img {
	width: 100%;
	position: relative;
	max-width: 188px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	color: #000;
	font-size: 50px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: 5px;
}
.nbs-flexisel-nav-right {
	right: 5px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	opacity: 1;
}
