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

.flexiselBlock {
    width:1420px; 
    margin: 0 auto;   
}

#flexiselCarousel {
    display: none;
    height: 300px;
}

.flexiselCarouselContaner {
    margin-left: 65px;
    margin-right: 65px;
}

.flexiselContaner p {
    padding-top: 25px;
}

.flexiselContaner {
    margin-left: 15px;
    margin-right: 15px;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #22558e;
}

.flexiselContent {

    background-color: #22558e;
    height: 50px;
    font-family: 'Oswald Regular', sans-serif;
    font-size: 17px;
    color: #ffffff;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;

}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    background: #f8f8f8;

}

.nbs-flexisel-item {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;

}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    max-width: 200px;
    max-height: 200px;
    border: dotted 0px #024899;
    border-radius: 0px;
    border: solid 0px #22558e;

    /*** Navigation border: solid 1px #024899; ***/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -45px;
    background: url(http://www.interpack.pro/images/isgallery/button-previous-up.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -45px;
    background: url(http://www.interpack.pro/images/isgallery/button-next-up.png) no-repeat;
}

.nbs-flexisel-nav-left:hover {
    left: -45px;
    background: url(http://www.interpack.pro/images/isgallery/button-previous-down.png) no-repeat;
}

.nbs-flexisel-nav-right:hover {
    right: -45px;
    background: url(http://www.interpack.pro/images/isgallery/button-next-down.png) no-repeat;
}

@media(max-width: 800px) {
    .flexiselBlock {
        max-width:1260px; 
        margin: 0 auto;   
    }
    .nbs-flexisel-nav-left {
        display: none;
    }
    
    .nbs-flexisel-nav-right {
        display: none;
    } 
}