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

.nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 99999px;
}

.nbs-flexisel-inner {
	background: #ffffff;
	border: 0px;
	border-radius: 5px;
	float: left;
	-moz-border-radius: 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	width: 100%;
}

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

.nbs-flexisel-item img {
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px;
	max-height: 100px;
	max-width: 100px;
	position: relative;
	width: 100%;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	cursor: pointer;
	height: 22px;
	opacity: 0.5;
	position: absolute;
	width: 22px;
	z-index: 100;
}

.nbs-flexisel-nav-left {
	background: url(../imagens/button-previous.png) no-repeat;
	left: 10px;
}

.nbs-flexisel-nav-right {
	background: url(../imagens/button-next.png) no-repeat;
	right: 5px;
}
