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:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.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: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border: 1px solid #a30a0a;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;      
    position: absolute;
    cursor: pointer;
    z-index: 999;
    top: -15px;
    transform: translateY(-50%);   
    background: #fff;
    color: #a30a0a; 
    transition: all ease-out .2s;    
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover { color: #fff; background: #a30a0a; transition: all ease-in .2s; }

.nbs-flexisel-nav-left {
    right: 40px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.copyright { background: #0e0e0e; padding-top: 20px; padding-bottom: 20px;}
.copy { background: url('../images/copyright.png') no-repeat center bottom; padding-bottom: 20px;  }

@media screen and (max-width: 767px) { 
.nbs-flexisel-nav-left { left: 0; right: auto; top: 50%;}
.nbs-flexisel-nav-right { right: 0; left: auto; top: 50%;}

.nbs-flexisel-inner { position: relative; }

 }