body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999999px;
    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;
    position:relative;
}
.nbs-flexisel-item img {
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left { right:24px; top:-41px !important; background: url(../images/scroller-btn1.png) no-repeat left top; }
.nbs-flexisel-nav-left:hover { background-position:left -31px; }

.nbs-flexisel-nav-right { right:0px; top:-41px !important; background: url(../images/scroller-btn1.png) no-repeat right top; }
.nbs-flexisel-nav-right:hover { background-position:right -31px; }