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

p {
margin-bottom:5px;
}

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

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

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
    height:100%;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    height:165px;
    margin-top:70px;
}

.brands-slider .nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    height:100px;
    margin-top:10px;
}


.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    height:100%;
}
.nbs-flexisel-item a {
    display:block;
    margin-top:25px;
    text-decoration:none;
    color:#434343;
}
.nbs-flexisel-item a:hover {
    text-decoration:none;
    color:#434343;
}
.nbs-flexisel-item .img-wrap {
    width: 75%;
    margin: 0 auto;
    border: 1px solid #00aeef;
    height: 130px;
    border-radius: 4px;
    overflow:hidden;
}
.nbs-flexisel-item img {
    width: auto;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100%;
    max-height:100%;
}
.nbs-flexisel-item span {
    display:block;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    background: url(../images/button-previous.png) no-repeat;
    background-size:contain;
    opacity:0.2;
}

.nbs-flexisel-nav-right {
    background: url(../images/button-next.png) no-repeat;
    background-size:contain;
    opacity:0.2;
}

.spec-slider .nbs-flexisel-nav-left {
    top:120px !important;
    left: 25px;
}

.spec-slider .nbs-flexisel-nav-right {
    top:120px !important;
    right: 15px;
}

.brands-slider .nbs-flexisel-nav-left {
    top:45px !important;
    left: 10px;
}

.brands-slider .nbs-flexisel-nav-right {
    top:45px !important;
    right: 5px;
}