p {
    margin-top: 0;
}

.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none;
    margin: 0 auto;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    -ms-padding-start: 0;
    float: left;
    margin-top: 10px;
    /* left: 0px!important; */
    margin-left: 180px;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 94%;
    /*margin-left: 15px;*/
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
    width: 560px!important;
    /* height: 90px; */
    margin-right: 23px!important;
}

    .nbs-flexisel-item img {
        cursor: pointer;
        position: relative;
        max-width: 120px;
        max-height: 90px;
    }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: .5;
}

.nbs-flexisel-nav-left {
    /*left: -10px;*/
    background: url(../images/ilan_sol.png) no-repeat;
    margin-top: 5px;
}

.nbs-flexisel-nav-right {
    right: -7px;
    margin-top: 5px;
    background: url(../images/ilan_sag.png) no-repeat;
}


/*---------------------------------------------drop*/

.vs-select {
    float: left;
    display: inline;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    background: #049C53;
    width: 133px;
    height: 20px;
    color: white;
    float: left;
    margin-left: 32px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    margin-top: 18px;
}

    .vs-select .vs-title {
        position: relative;
        float: left;
        display: inline;
        height: 26px;
        margin: 0;
        padding: 0;
        border: none;
    }

    .vs-select .vs-text {
        float: left;
        display: inline;
        overflow: hidden;
        height: 20px;
        margin: 3px 30px 3px 10px;
        padding: 0;
        border: none;
        line-height: 20px;
        white-space: nowrap;
        color: #222;
    }

    .vs-select .vs-icon {
        position: absolute;
        top: 3px;
        right: 3px;
        height: 20px;
        width: 20px;
        margin: 0;
        padding: 0;
        background: url(src/arrow.gif) center center no-repeat;
    }

.vs-option {
    position: absolute;
    z-index: 99998;
    overflow: hidden;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    outline: none;
    width: 133px;
}

    .vs-option .vs-scroll,
    .vs-option .vs-items {
        float: left;
        display: inline;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: none;
        zoom: 1;
        width: 133px;
    }

        .vs-option .vs-scroll::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        .vs-option .vs-scroll::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none;
        }

        .vs-option .vs-scroll::-webkit-scrollbar-track {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        }

        .vs-option .vs-scroll::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0,0.3);
            border-radius: 10px;
            -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
        }

            .vs-option .vs-scroll::-webkit-scrollbar-thumb:hover {
                background-color: rgba(0,0,0,0.5);
                border-radius: 10px;
                -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
            }

        .vs-option .vs-scroll::-webkit-scrollbar-corner {
            background-color: transparent;
        }

    .vs-option .vs-item {
        float: left;
        display: inline;
        clear: both;
        height: 20px;
        padding: 2px 10px;
        margin: 0;
        border: none;
        line-height: 20px;
        white-space: nowrap;
        cursor: pointer;
    }

    .vs-option .vs-item-hover {
        background: #048b4a;
        color: white;
    }

    .vs-option .vs-item-hover {
        background: #048b4a;
        color: white;
    }

    .vs-option .vs-selected {
    }

        .vs-option .vs-selected a {
        }

.vs-item a:hover {
    color: white;
}

.vs-hover {
    background: #048b4a;
}

.vs-focus {
    background: #048b4a;
}

.vs-disabled .vs-text {
    color: #999;
    text-shadow: 1px 1px 1px #FFF;
}

.vs-disabled .vs-icon {
    background-image: url(src/arrow-disabled.gif);
}

.vs-select .vs-text,
.vs-option .vs-item {
    font-size: 12px;
    font-weight: normal;
    font-family: "Microsoft YaHei","\5B8B\4F53";
}

.vs-block,
.vs-block .vs-item {
    float: none !important;
    display: block !important;
}
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
.vm-select {
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #CACACA;
    border-radius: 2px;
    background-color: #FFF;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

    .vm-select .vm-option {
        float: left;
        display: inline;
        margin: 0;
        padding: 0;
        border: none;
    }

    .vm-select .vm-item {
        float: left;
        display: inline;
        clear: both;
        height: 20px;
        padding: 2px 10px 2px 30px;
        margin: 0;
        border: none;
        line-height: 20px;
        white-space: nowrap;
        cursor: pointer;
        background: url(src/checkbox.gif) no-repeat 5px -25px;
    }

    .vm-select .vm-selected {
        background-color: #F1F1F1;
        background-position: 5px 5px;
    }

.vm-hover {
    border-color: #959595;
}

.vm-focus {
    border-color: #959595;
}

.vm-select .vm-item-hover {
    background-color: #F1F1F1;
}

.vm-select .vm-selected {
    background-color: #DDE8F6;
}

.vm-disabled {
}

    .vm-disabled .vm-item {
        color: #999;
        text-shadow: 1px 1px 1px #FFF;
        background-image: url(src/checkbox-disabled.gif);
    }

.vm-block,
.vm-block .vm-item {
    float: none !important;
    display: block !important;
}
