.slider-logo{ background:#FFF; float:left;  padding: 15px; width:97%;}

.slider-logo h2{background: none repeat scroll 0 0 #385ba9;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
flexiselDemo3 li{}

.nbs-flexisel-container {
     position:relative;
	
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;         
   
}

.nbs-flexisel-inner {
    overflow:hidden;
	margin:0 auto;
	height:102px;
    width:93%;
   
  
}

.nbs-flexisel-item {
    float:left;
   margin:0px 1px;
    padding:0px;
    cursor:pointer;
    position:relative;
   
	
}
.nbs-flexisel-item  a{ color:#333;}
.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width:160px;
   height:80px;
   background:#FFF;
   
   box-shadow: 0 0 8px #C5C5C5;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 34px; 
    position: absolute;
    cursor: pointer;
    z-index: 6;
   
	top:37px !important;
}

.nbs-flexisel-nav-left {
    left: -7px;
    background: url(../images/pre-img.png) no-repeat;
}

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




@media only screen and (min-width:767px) and (max-width:998px) {
.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width:120px;
	height:53px;
   
   background:#FFF;
   padding:5PX;
   box-shadow: 0 0 8px #C5C5C5;	
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.slider-logo{ width:93%;}
	.nbs-flexisel-inner{ width:84%;}
	.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	width:140px;
	height:62px;
  
   background:#FFF;
   padding:5PX;
   box-shadow: 0 0 8px #C5C5C5;
}

}

@media only screen and (max-width: 479px)  {
	
	.slider-logo{ width:93%;}
	
	.nbs-flexisel-inner{ width:84%;}
	
	
	.nbs-flexisel-item img {
    
   
	width:180px;
	height:80px;
  
	}
	
	}