body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    height: 98px;
}
.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:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
    margin: 15px 0;
}

.nbs-flexisel-item {
    height: 65px;
    float:left;
    list-style: none;
    margin:0px;
    padding:0px;
    /*cursor:pointer;*/
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: auto;
    /*cursor: pointer;*/

    position: relative;
    max-width:100px;
    max-height:60px;

    top: 50%;
    top: 25%\0;
    transform: translateY(-50%); 
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 100;
    top: 0!important;
    bottom: 0!important; 
}

.nbs-flexisel-nav-left {
    left: -4%;
    background: url(../img/setas.png) no-repeat;
    background-position: left center;
}

.nbs-flexisel-nav-right {
    right: -4%;
    background: url(../img/setas.png) no-repeat;
    background-position: right center;
}
