

#flexiselDemo4{
	display: none;
}
.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;
	display: -webkit-inline-box !important;
	background:none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
	width:100%;
	background:none;
}
.nbs-flexisel-item {
	float: left;
	margin-top:10px;
	display:inline-block !important;
	cursor: pointer;
	position: relative;

	/*--padding-right:50px;--*/
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:22px;
	height:46px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	right: 70px;
	top:35px !important; 
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
background:url(../images/left.png) no-repeat;
	
}

.nbs-flexisel-nav-left:hover {
	right: 70px;
	top: 35px !important; 
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
background:url(../images/left3.png) no-repeat;
	
}

.nbs-flexisel-nav-right {
	right: 35px;
	top: 35px !important;
/*	background: url(../images/img-sprite.png) no-repeat -193px -315px;*/
background:url(../images/right.png) no-repeat;

}
.nbs-flexisel-nav-right:hover {
	right: 35px;
	top: 35px !important;
/*	background: url(../images/img-sprite.png) no-repeat -193px -315px;*/
background:url(../images/right3.png) no-repeat;

}


@media screen and (max-device-width: 767px)  {

.nbs-flexisel-nav-right{ top:105px !important;}
	.nbs-flexisel-nav-right:hover{ top:105px !important;}
	.nbs-flexisel-nav-left{ top:105px !important;}
	.nbs-flexisel-nav-left:hover{ top:105px !important;}
	
}	