
.clearout {
height:20px;
clear:both;
}

#flexisel {
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;	
	text-align:center;	
}

.nbs-flexisel-inner {
	overflow:hidden;
	width:96%;
	margin: 0 auto;
}

.nbs-flexisel-item {
	float:left;
	cursor:pointer;
	position:relative;
	line-height:0px;
	margin-right: 0px;

}
.nbs-flexisel-item img {

	cursor: pointer;
	position:relative;
}

.nbs-flexisel-item .span44{
	overflow: hidden;
	width: 90%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 8px;
	height: 22px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
	color: #444;
	font-size: 13px
}

.nbs-flexisel-nav-left {
	left: 0px;
}

.nbs-flexisel-nav-right {
	right: 0px;
}

@media (max-width: 767px) {

.nbs-flexisel-item {
float: left;
cursor: pointer;
position: relative;
line-height: 0px;
margin-right: 3px;
}

}