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

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

.nbs-flexisel-inner {
	overflow:hidden;
	/*float:left;*/
	width:94%;
	margin:auto;
	height:306px;
}

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

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
	left: -10px;
	background: url(/slices/sprite_slidenav.png) no-repeat 0 0;
}

.nbs-flexisel-nav-left:hover {
	background: url(/slices/sprite_slidenav.png) no-repeat 0 -30px;
}

.nbs-flexisel-nav-right {
	right: -10px;
	background: url(/slices/sprite_slidenav.png) no-repeat -30px 0;
}

.nbs-flexisel-nav-right:hover {
	background: url(/slices/sprite_slidenav.png) no-repeat -30px -30px;
}
