.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display: inherit !important;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center; margin-bottom:20px;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background: none;
    border-radius:0px;
	padding:0px 0 0px 0px;
}

.nbs-flexisel-item {
    float:left;
    margin:5px 5px 10px 5px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 56px;
    height: 55px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	margin-top:40% !important; display:none;
}

.nbs-flexisel-nav-left {
    left: 15px; top:30% !important;
    background: url(../img/mobile-arrows/pre.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 15px; top:30% !important;
    background: url(../img/mobile-arrows/next.png) no-repeat;
}