.nbs-flexisel-container:after ,
.nbs-flexisel-container UL:after ,
.nbs-flexisel-container div:after {
	content: "";
	display: table;
	table-layout: fixed;	
	clear : both;
}
#members_slider {
	display: none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:1240px;
	margin : 0 auto ;
	width : 100%;
}
.nbs-flexisel-inner ,
.nbs-flexisel-container ,
.nbs-flexisel-ul ,
.nbs-flexisel-item {
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	height : 125px;
	display : inline-block;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
	height : 130px;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-height: 100%;
	width : auto !important;
    cursor: pointer;
    position: relative;
    margin-top: 62.5px;
    transform : translateY(-50%);
	
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    color: #000000;
	font-size : 40px;
	line-height : 1em;
	font-weight : bold;
	top : 50%;
	transform : translateY(-50%);
	padding : 10px;
}

.nbs-flexisel-nav-left {
    left: -10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

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

.nbs-flexisel-nav-right {
    right: -10px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.nbs-flexisel-item a {
	display : inline-block;
	vertical-align : middle;
}