#brandList{
	margin-top: 24px;
	overflow: hidden;
	position: relative;
	padding: 0px 24px;
}
#brandList:after {
	clear: both;
	content: '';
	display: table;
}

#flexiselBrandList {
	/*display:flex !important;*/
	display: none;
	height: 180px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#eee; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    display: flex;
    text-align: center;
}
.nbs-flexisel-item .image {
	display: flex;
	align-items: center;
	width: 100%;
}
.nbs-flexisel-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 30px;
	height: 30px;
	background: #2A65D0;
	position: relative;
	background-size: auto 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -15px;
	position: absolute;
}

.nbs-flexisel-nav-left {
	background-image: url('images/al.svg');
	left: 0;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
	background-image: url('images/ar.svg'); 
	right: 0;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}