.partner {
width:100%;min-width:1100px;
border-top:1px solid #ddd;
height:120px;
background:#fff;
float:left;
margin-top:60px;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:1100px;
	margin:0 auto;
}
.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%;
	margin-top:20px;
	
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;

    position:relative;
    line-height:0px;
}
.nbs-flexisel-item a img {
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
	/*-webkit-filter: grayscale(100%);
	filter: gray;*/
	
}
/*.nbs-flexisel-item a:hover img {
	-webkit-filter: grayscale(0%);
	filter: gray;
}
*/

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:12px;
    color: #423e42;
	font-size:30px;
	font-weight:bold;
	display:none;
}

.nbs-flexisel-nav-left {
    left:0;
}

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

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

.nbs-flexisel-nav-right {
    right:0;    
}

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

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