﻿/* jssor slider bullet navigator skin 05 css */
/*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('/Images/b05.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

/* jssor slider arrow navigator skin 22 css */
/*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('/Images/a22.png') center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.homepage-text {
    position: absolute;
    top: 30%;
    display: inline-block;
    left: 17pc;
    width: 60%;
    font-size: 34px;
    color: #f1f1f1;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
    letter-spacing: -1px;
}

.image1-text {
    position: absolute;
    top: 10pc;
    display: inline-block;
    left: 17pc;
    width: 60%;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    border-radius: 15px;
}

.image2-text {
    position: absolute;
    top: 12pc;
    display: inline-block;
    left: 38pc;
    width: 47%;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}


.image2-text-btn {
    position: absolute;
    top: 25pc;
    display: inline-block;
    left: 40pc;
    width: 47%;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}


.image3-text {
    position: absolute;
    top: 13pc;
    display: inline-block;
    left: 9pc;
    width: 47%;
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}

.image4-text {
    position: absolute;
    top: 11pc;
    display: inline-block;
    left: 22pc;
    width: 47%;
    font-size: 50px;
    color: #3e3838;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}

.image5-text {
    position: absolute;
    top: 12pc;
    display: inline-block;
    left: 21pc;
    width: 47%;
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}

.image6-text {
    position: absolute;
    top: 11pc;
    display: inline-block;
    left: 22pc;
    width: 47%;
    font-size: 50px;
    color: #515755;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}

#container {
    position: relative;
    height: 9em;
    width: 99%;
    margin: 2px auto;
    background: #abefcd;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    vertical-align: middle;
}

    #container div {
        display: inline-block;
        width: 14em;
        height: 6em;
        margin: 0.5em;
        border: 1px solid blue;
        padding: 3px;
        white-space: normal;
        text-align: center;
    }

/* jssor slider arrow navigator skin 05 css */
/*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */

.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('img/a17.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none;
}

.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none;
}
/* jssor slider thumbnail navigator skin 01 css */
/*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/

.jssort02 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}

.jssort02 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort02 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort02 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
}

.jssort02 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 68px;
    height: 68px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort02 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort02 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}

* html .jssort02 .c,
* html .jssort02 .pdn .c,
* html .jssort02 .pav .c {
    /* ie quirks mode adjust */
    width
    /**/
    : 72px;
    height
    /**/
    : 72px;
}
