body {
background:#fff;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#msflexiselDemo1, #msflexiselDemo2, #msflexiselDemo3 {
display:none;
}

.nbs-msflexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-msflexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-msflexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-msflexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-msflexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:170px !important;
    border: 1px solid gray;
    padding: 10px;
    /*max-height:115px;
   filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: invert(100%);*/
}

/*** Navigation ***/

.nbs-msflexisel-nav-left,
.nbs-msflexisel-nav-right {
    width: 45px;
    height: 35px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /*opacity: 0.5;*/
}

.nbs-msflexisel-nav-left {
    left: 10px;
    background: url(../img/new-button-prev-invert.png) no-repeat;
}

.nbs-msflexisel-nav-right {
    right: 5px;
    background: url(../img/new-button-next-invert.png) no-repeat;
}