
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:auto;
	margin-left:-40px;
    list-style-type:none;
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    max-width:150px;
    max-height:64px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 29px;
	height: 55px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
}
.nbs-flexisel-nav-left {
	left: 0px;
	top: 24px !important;
	background: url(../../images/2014-08/arrow_left.png) no-repeat;
	
}
.nbs-flexisel-nav-right {
	right: 0px;
	top: 24px !important;
	background: url(../../images/2014-08/arrow_right.png) no-repeat;
}

.nbs-flexisel-item.active {
	background: url(../../images/2014-08/testimonials-active.png) no-repeat center bottom; 
}
