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

#flexisel {
    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;
}

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

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        cursor: pointer;
        margin-bottom: 0px;
        margin-top: 0px;
        max-width: 150px;
        position: relative;
        width: 100%;
       /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%);*/
        -webkit-transition: all .6s ease;
        margin-bottom: 0px;
        margin-top: 0px;
        max-width: 150px;
        -webkit-backface-visibility: hidden;
    }



        .nbs-flexisel-item img:hover {
            filter: none;
            -webkit-filter: grayscale(0);
        }
/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(images/button-next.png) no-repeat;
}
