.clearout {
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	/*float: left;
	margin-bottom: 30px;*/
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.nbs-flexisel-item {
	float: left;
    margin: 0;
    position: relative;
}
.nbs-flexisel-item img {
	margin: auto;
	display: block;
}
.nbs-flexisel-item a {
	display: block;
    overflow: hidden;
}
/*** Navigation ***/
#flexiselDemo3 .nbs-flexisel-nav-left,
#flexiselDemo3 .nbs-flexisel-nav-right {
	display: none;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    background-image: url("arrows.png");
    cursor: pointer;
    height: 70px;
    margin-top: -35px;
    position: absolute;
    top: 50% !important;
    width: 33px;
    z-index: 100;
	opacity:0.5;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	opacity: 1;
}
.nbs-flexisel-nav-left {
	left: -40px;
}
.nbs-flexisel-nav-right {
	background-position: -99px 0;
	right: -40px;
}
@media screen and (max-width: 767px) {
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		display: none;
	}
}