body {
	background: rgb(255, 255, 255); font-family: Arial, sans-serif;
}
p {
	margin-bottom: 20px;
}
.clearout {
	height: 20px; clear: both;
}
.nbs-flexisel-container {
	position: relative; max-width: 100%;
}
.nbs-flexisel-ul {
	margin: 0px; padding: 0px; width: 9999px; text-align: center; list-style-type: none; position: relative;
}
.nbs-flexisel-inner {
	width: 100%; overflow: hidden; float: left; max-height: 352px;
}
.brand-tab .nbs-flexisel-inner {
	max-height: 264px;
}
.nbs-flexisel-item {
	margin: 0px; padding: 0px; line-height: 0px; float: left; position: relative; cursor: pointer;
}
.nbs-flexisel-item img {
	width: 100%; margin-top: 10px; margin-bottom: 10px; position: relative; cursor: pointer; max-height: 246px;
}
.nbs-flexisel-nav-left {
	width: 22px; height: 22px; position: absolute; z-index: 100; cursor: pointer; opacity: 0.5;
}
.nbs-flexisel-nav-right {
	width: 22px; height: 22px; position: absolute; z-index: 100; cursor: pointer; opacity: 0.5;
}
.nbs-flexisel-nav-left {
	background: url("../Img/button-previous.png") no-repeat; left: 8px;
}
.nbs-flexisel-nav-right {
	background: url("../Img/button-next.png") no-repeat; right: 5px;
}
