#flexiselDemo4{
	display: none;
}
.nbs-flexisel-container {
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-bottom: 50px;
	background:none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
	width:100%;
	background:none;
	position: relative;
}
.nbs-flexisel-item {
	float: left;
	margin-top:10px;
	margin-bottom: 50px;
	cursor: pointer;
	position: relative;

	/*--padding-right:50px;--*/
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:30px;
	height:30px;
	line-height: 30px;
	background-color: #bbbbbb !important;
	color: #000000 !important;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	text-align: center;
	
}
.nbs-flexisel-nav-left {
	right: 555px;
	top: 400px !important; 

	
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
/*background:url(../images/left.png) no-repeat; */
	
}
 
.nbs-flexisel-nav-left:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 10px;
}

.nbs-flexisel-nav-left:hover {
background-color: #ffcc00 !important;
	color: #000 !important;
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
/*background:url(../images/left3.png) no-repeat; */
	
}

.nbs-flexisel-nav-right {
	left: 555px;
    top: 400px !important;

/*	background: url(../images/img-sprite.png) no-repeat -193px -315px;*/
/* background:url(../images/right.png) no-repeat; */ 

}
.nbs-flexisel-nav-right:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 10px;
}
.nbs-flexisel-nav-right:hover {
	background-color: #ffcc00 !important;
	color: #fff !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:-13px !important;}
	.nbs-flexisel-nav-right:hover{ top:-13px !important;}
	.nbs-flexisel-nav-left{ top:-13px !important;}
	.nbs-flexisel-nav-left:hover{ top:-13px !important;}
	
}	