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

#flexisel {
    display:none;
    margin-bottom: 20px;
    clear: both;
}

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

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    max-width:75%;
    text-align: center;
    vertical-align: middle;
}

/*** Navigation ***/

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



.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    background: url('../../img/sprite.png');
    height: 30px;
    width: 15px;
    display: block;
}

.nbs-flexisel-nav-left {
    left: -40px;
}

.nbs-flexisel-nav-right {
    right: -40px;
}

.nbs-flexisel-nav-left {
    background-position:  -0px -60px;
    height: 30px;
    width: 15px;
}
.nbs-flexisel-nav-left:hover {
    background-position:  -0px -90px;
    height: 29px;
    width: 15px;
}
.nbs-flexisel-nav-right {
    background-position:  -0px -0px;
    height: 30px;
    width: 15px;
}
.nbs-flexisel-nav-right:hover {
    background-position:  -0px -30px;
    height: 29px;
    width: 15px;
}