



#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;   
   
}
.slider-sec p{ margin-bottom:0px; line-height:20px;}
.nbs-flexisel-inner {
    overflow-x:hidden;
    float:left;
    width:100%;
   
  
}

.nbs-flexisel-item {
    float:left;
   margin:0px 1px;
   
    cursor:pointer;
    
   
	
}
.nbs-flexisel-item h4{ font-size:14px; color:#000 ; font-weight: 500 !important; line-height: 24px; margin-bottom: 5px;}
.nbs-flexisel-item img {
    
    cursor: pointer;  
    width: 80% !important;
    position: relative;

    background: none repeat scroll 0 0 #fff;
border:1px solid #eee;
   
 
	margin:0 auto;
 
   background:#FFF;
   padding:5PX;
  
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left:-10px;
    background: url(../images/button-previous.png) no-repeat;
}

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



@media only screen and (min-width:990px) and (max-width:1180px) {
  .nbs-flexisel-item img {
       height:150px;
   
}
}

@media only screen and (min-width:767px) and (max-width:998px) {
.nbs-flexisel-item img {
       height:140px;
   
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.nbs-flexisel-item img {
    
 
   height:142px;

}

}



@media only screen and (min-width: 321px) and  (max-width: 479px) {

    .nbs-flexisel-item img {
    
 
   height:190px;

}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {  
 .nbs-flexisel-item img {
    
 
   height:160px;

}
}