.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	padding:0px 25px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	
}
.nbs-flexisel-inner {
    overflow:hidden;
    width:100%;
}

/* Кнопки навигации */
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 1;
	width:19px;
	height:45px;
	top:50% !important;
	margin-top:-22px;
}
.nbs-flexisel-nav-left{
	left:5px;
	background:url('../images/carusel-arrow.png');
}
.nbs-flexisel-nav-left:hover{
	background:url('../images/carusel-arrow.png') 0px -45px;
}
.nbs-flexisel-nav-right{
	right:5px;
	background:url('../images/carusel-arrow.png') -19px 0px;
}
.nbs-flexisel-nav-right:hover{
	background:url('../images/carusel-arrow.png') -19px -45px;
}

@media (min-width: 1200px){
	.nbs-flexisel-container{
		padding:0px 50px;
	}
	.nbs-flexisel-nav-left{
		left:15px;
	}
	.nbs-flexisel-nav-right{
		right:15px;
	}
}