
#flexiselDemo3 {
	position: relative;
	display:none;
	float: left;
}

.nbs-flexisel-container {
    position:relative;
    max-width:960px;
}
.nbs-flexisel-ul {
    /*position:relative;*/
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:878px;
    background:#fff;
	margin-left: 20px;
    border:1px solid #ccc; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;
    margin-top: 10px !important;
    margin-bottom: 10px;
    max-width:140px;
    max-height:60px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
	top: 83px !important;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/logoslider/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -5px;
    background: url(../images/logoslider/button-next.png) no-repeat;
}