﻿#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-container-blog {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 2px 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 40%;
    background: #F6F6F6;
    border: 2px solid #DDDDDD;
    color: #EE5924;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    background: #EE5924;
    border: 2px solid #EE5924;
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 18px;
}

.nbs-flexisel-nav-left:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 20px;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 21px;
}

.nbs-flexisel-nav-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}  
