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

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

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

.nbs-flexisel-container {
    position:relative;
    width: 253px;
    float: right;
    margin-right: 50px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

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

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

}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    border: 1px solid #a2a6ac;
    border-radius: 2px;
}

.nbs-flexisel-nav-left {
    top: 78px !important;
    left: -35px;
    background: url(../images/button-previous.png) center center no-repeat;
}

.nbs-flexisel-nav-right {
    top: 78px !important;
    right: -35px;
    background: url(../images/button-next.png) center center no-repeat;
}