.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    direction: ltr;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 92%;
    padding: 10px 0;
    direction: ltr;
    margin: auto;
}

.nbs-flexisel-item {
    float: left;
    padding: 0 0px;
}

/*** Navigation ***/

.top-product .nbs-flexisel-nav-left,
.top-product .nbs-flexisel-nav-right {
    width: 27px;
    height: 45px;
    position: absolute;
    cursor: pointer;
}

.top-product .nbs-flexisel-nav-left {
    left: 0px;
    /*background: url(/Themes/sms-one/img/icon.png) no-repeat;*/
    background-position: 0 0;
}

    .top-product .nbs-flexisel-nav-left:hover {
        /*background: url(/Themes/sms-one/img/icon.png) no-repeat;*/
        background-position: 0px -45px;
    }

.top-product .nbs-flexisel-nav-right {
    right: 0px;
    /*background: url(/Themes/sms-one/img/icon.png) no-repeat;*/
    background-position: -27px -45px;
}

    .top-product .nbs-flexisel-nav-right:hover {
        /*background: url(/Themes/sms-one/img/icon.png) no-repeat;*/
        background-position: -27px 0px;
    }

/****** Suport ******/
#flexiselDemo2 .bounceIn {
    /*background: url(/Themes/sms-one/img/shadow-logo.png) no-repeat;*/
    background-position: 13px 50px;
    height: 130px;
}

.suport .nbs-flexisel-container {
    margin-top: -20px;
}

.suport .nbs-flexisel-nav-left,
.suport .nbs-flexisel-nav-right {
    width: 30px;
    height: 53px;
    cursor: pointer;
    /*background: url(/Themes/sms-one/img/icon2.png) no-repeat;*/
    margin-top: -115px;
}

.suport .nbs-flexisel-nav-left {
    background-position: 0px 0px;
    float: left;
}

    .suport .nbs-flexisel-nav-left:hover {
        background-position: 0px -53px;
    }

.suport .nbs-flexisel-nav-right {
    background-position: -30px -53px;
    float: right;
}

    .suport .nbs-flexisel-nav-right:hover {
        background-position: -30px 0px;
    }
/*responsivr*/

@media only screen and (max-width : 655px) {

    .nbs-flexisel-inner {
        width: 85%;
    }
}

@media only screen and (max-width : 400px) {

    .nbs-flexisel-inner {
        width: 75%;
    }
}
