#slider {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%; margin:0 0 0 0;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none; display:flex !important; flex-direction:row;justify-content:flex-start; align-item:center;
    text-align:center;  
}
#slider {height:100px; display:none;}
#slider1 { display:none;}
#slider2 { display:none;}
#slider3 { display:none;}
#slider4 {display:none;}
#slider5,#slider6,#slider7 {display:none;}
#sl,#sl-odobr,#sl-sert { display:none;}
.nbs-flexisel-inner {
    overflow:hidden;
    width:100%;	
    background:#ffffff;
    /*background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);  FF3.6+ */
    /*background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee));  Chrome,Safari4+ */
    /*background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);  Chrome10+,Safari5.1+ */
    /*background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);  Opera11.10+ */
    /*background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);  IE10+ */
    /*background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);  W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px; display:flex; flex-direction:row;justify-content:center; align-items:center;
}
#slider img {
    max-height:80px;
}
.nbs-flexisel-item img { max-width:90%; margin:0 auto; display:block}
#sl-odobr img { max-height:100px;}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 23px;
    height: 86px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.7;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/sl/prev-next.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-right {
    right: 10px;
    background: url(../images/sl/prev-next.png) no-repeat -23px 0px;
}
.kach .nbs-flexisel-nav-left {left: -43px;background: url(../images/sl/prev-next-red.png) no-repeat 0px 0px;opacity: 1;}
.kach .nbs-flexisel-nav-right {right: -43px;background: url(../images/sl/prev-next-red.png) no-repeat -23px 0px;opacity: 1;}

.odobr-his .nbs-flexisel-inner { background:none; border:none;}
.odobr-his .nbs-flexisel-nav-left {left: -36px;}
.odobr-his .nbs-flexisel-nav-right {right: -36px;}

.sert-his .nbs-flexisel-inner { background:none; border:none;}
.sert-his .nbs-flexisel-nav-left {left: -20px;}
.sert-his .nbs-flexisel-nav-right {right: -20px;}