#flexiselDemo4{
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999999999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	
	background:none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
	width:100%;
	background:none;
}
.nbs-flexisel-item {
	float: left;
	margin-top:10px;
	
	cursor: pointer;
	position: relative;

	/*--padding-right:50px;--*/
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:46px;
	height:46px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	right: 79px;
	top: -36px !important; 
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
background:url(../images/left.png) no-repeat;
	
}

.nbs-flexisel-nav-left:hover {
	    right: 79px;
	top: -36px !important; 
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
background:url(../images/left3.png) no-repeat;
	
}

.nbs-flexisel-nav-right {
	right: 18px;
	top: -36px !important;
/*	background: url(../images/img-sprite.png) no-repeat -193px -315px;*/
background:url(../images/right.png) no-repeat;

}
.nbs-flexisel-nav-right:hover {
	right: 18px;
	top: -36px !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: -36px !important; }
	.nbs-flexisel-nav-right:hover{ top: -36px !important; }
	.nbs-flexisel-nav-left{ top: -36px !important; }
	.nbs-flexisel-nav-left:hover{ top: -36px !important; }
	
}	