
body {
    background: #fff none repeat scroll 0 0;
    font-family: Arial,sans-serif;
}
p {
    margin-bottom: 20px;
}
.clearout {
    clear: both;
    height: 20px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}
.nbs-flexisel-container {
    max-width: 100%;
    position: relative;
}
.nbs-flexisel-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}
.nbs-flexisel-inner {
    border: medium none;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    width: 100%;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-item img {
    border-radius: 10px;
    cursor: pointer;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 95%;
    position: relative;
    width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    cursor: pointer;
    height: 45px;
    opacity: 1;
    position: absolute;
    width: 45px;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    background: rgba(0, 0, 0, 0) url("../img/button-previous.png") no-repeat scroll 0 0;
    left: -40px;
}
.nbs-flexisel-nav-right {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/button-next.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    right: -35px;
}
