.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;
	float: left;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding:0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width: 95%;
	positon: relative;
	margin-left: 0 !important;
	margin-bottom: 10px;
	max-width: 305px;
	max-height: 257px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 19px;
	height: 54px;
	top: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {display: block;}

.nbs-flexisel-nav-right {display: block;}



.content:hover .nbs-flexisel-nav-left {
	display: inline-block !important;
	left: 0%;
	background: url(../images/button-previous2.png) no-repeat;
}
.content:hover .nbs-flexisel-nav-right {
	display: inline-block !important;
	right: 0%;
	background: url(../images/button-next2.png) no-repeat;
}
