#flexiselDemo2{display:none;}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
	margin-left:-9px;  
}

.nbs-flexisel-ul li{ 
    list-style:none; 
    margin:0 5px; 
    width:100px !important; 
    float:left; 
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:94%;
	margin-left:13px;
   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    //max-width:100px;
    max-width:101px;
    height:100%;
   // max-height:100px;
    max-height:53px;
    cursor: pointer;
    position: relative;
    /*margin-top: 10px;
    margin-bottom: 10px;    
    */
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 90;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left:0px;
    background:url(../../images/scroll_left.png) no-repeat; 
}

.nbs-flexisel-nav-right {
    right:-13px;
    background:url(../../images/scroll_right.png) no-repeat;
}


/* =============================================== */
/* Media Query css Media Query css Media Query css */
/* =============================================== */

/*1111111111111111111*/
@media (min-width: 901px) and (max-width: 1024px){
.nbs-flexisel-inner { width:93%;}

}
/*2222222222222222222*/
@media (min-width: 769px) and (max-width: 900px){

.nbs-flexisel-inner{ width:91%;}

}
/*33333333333333333333*/
@media (min-width: 601px) and (max-width: 768px){



}
/*44444444444444444444*/
@media (min-width: 481px) and (max-width: 600px){

.nbs-flexisel-inner{width:92%;}


}
/*55555555555555555555*/
@media (min-width: 320px) and (max-width: 480px){
	
.nbs-flexisel-inner { width:91%;}
.nbs-flexisel-nav-right {right:-10px;}
.opp_regi .col2 ul{ margin:0; padding-left:20px;}





}