.clearout {
    height: 20px;
    clear: both;
}

.slide {
    position: relative;
    margin: 0 54px;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    padding: 20px 0 20px 0;
}

.nbs-flexisel-ul {
    position: relative;
    width: 999999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;    
    cursor: pointer;
    position: relative;
    line-height: 20px;
}

    .nbs-flexisel-item .title {
        width: 175px;
        margin: auto;
        padding: 0;
        color: #353535;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        font-weight: normal;
        margin-top: 10px;
    }

        .nbs-flexisel-item .title a {
            color: #353535;
        }

    .nbs-flexisel-item img {
        padding: 0 10px;
        width: 100%;
        cursor: pointer;
        position: relative;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 54px;
    height: 54px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 50% !important;
    margin-top: -27px !important;
}

.nbs-flexisel-nav-left {
    left: -54px;
    background: url(../images/slide_prev.png) no-repeat;
}
/*.nbs-flexisel-nav-left:hover {
    background: url(../images/slide_prev_ac.png) no-repeat;
}*/

.nbs-flexisel-nav-right {
    right: -54px;
    background: url(../images/slide_next.png) no-repeat;
}
/*.nbs-flexisel-nav-right:hover {
    background: url(../images/slide_next_ac.png) no-repeat;
}*/
