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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4, #flexiselDemo5, #flexiselDemo6, #flexiselDemo7, #flexiselDemo8, #flexiselDemo9, #flexiselDemo10, #flexiselDemo11, #flexiselDemo12, #flexiselDemo13, #flexiselDemo14 {
display:none;
}

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

.nbs-flexisel-inner {
    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 {
    width: 100%;
    cursor: pointer;
    position: relative;
   /* margin-top: 10px;
    margin-bottom: 10px;*/
	margin:0;
	padding:0;
    max-width:160px;
    max-height:160px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 55px;
    height: 55px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
   
}

.nbs-flexisel-nav-left {
    left: -20px;
    background: url(../images/index/left2.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -20px;
    background: url(../images/index/right2.png) no-repeat;
}

@media screen and (max-width:480px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right { margin-top:40px;}
}

@media screen and (max-width:375px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right { margin-top:40px;}
}
