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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
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;
    max-width:610px;
    max-height:335px;
}
.nbs-flexisel-item .report_name{ position:absolute;  max-width:610px; width:100%; height:60px; line-height:60px; background:rgba(58,56,57,.9); bottom:0px; left:12px; z-index:99;}
.nbs-flexisel-item a .report_name{  display:block;  color:#fff; text-align:center;  }
.nbs-flexisel-item a:hover .report_name{  display:block; background:#2e1b0a;   }

/*** 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: 10px;
    background: url(../images/index/left.png) no-repeat;
}

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

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

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