#top #wrap_all .nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
#top #wrap_all .nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	overflow: auto;
}
#top #wrap_all .nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
#top #wrap_all .nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
#top #wrap_all .nbs-flexisel-item img {
	/*max-width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;*/
}
/*** Navigation ***/

#top #wrap_all .nbs-flexisel-nav-left,
#top #wrap_all .nbs-flexisel-nav-right {
	padding: 5px 0px;
	position: absolute;
	cursor: pointer;
	z-index: 4;
	top: 50%;
	color: #000000;
	font-size: 45px;
}
#top #wrap_all .nbs-flexisel-nav-left {
	left: 0px;
}
#top #wrap_all .nbs-flexisel-nav-left:before,
#top #wrap_all .nbs-flexisel-nav-right:before {
	font-family: 'entypo-fontello';
}
#top #wrap_all .nbs-flexisel-nav-left:before {
	content: "\e87c"
}
#top #wrap_all .nbs-flexisel-nav-left.disabled {
	opacity: 0.4;
}
#top #wrap_all .nbs-flexisel-nav-right {
	right: 0px;
}
#top #wrap_all .nbs-flexisel-nav-right:before {
	content: "\e87d"
}
#top #wrap_all .nbs-flexisel-nav-right.disabled {
	opacity: 0.4;
}
@media screen and (min-width: 480px) {
	#top #wrap_all .nbs-flexisel-nav-left,
	#top #wrap_all .nbs-flexisel-nav-right {
		transform: translateY(-50%);
	}
}
