<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}*/

/*ul, ol, li {
    list-style: none;
}*/

/*input, button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}*/

/*body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}*/

/*table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #c00;
        text-decoration: underline;
    }*/

.area {
    border:1px solid #4cff00;
    /*width: 825px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.js {
    POSITION: relative;
    /*WIDTH: 625px;
    HEIGHT: 315px;*/
    margin: 0 auto;
}

.prevBtn {
    BACKGROUND: url(../images/btn01h.jpg) no-repeat;
    HEIGHT: 47px;
    WIDTH: 32px;
    display: block;
    position: absolute;
    top: 120px;
}

    .prevBtn:hover {
        BACKGROUND: url(../images/btn01.jpg) no-repeat;
    }

.nextBtn {
    BACKGROUND: url(../images/btn02h.jpg) no-repeat;
    HEIGHT: 47px;
    WIDTH: 32px;
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
}

    .nextBtn:hover {
        BACKGROUND: url(../images/btn02.jpg) no-repeat;
    }

.imgSelected {
    BACKGROUND: url(../images/jsNav.png) no-repeat;
}

.bg {
    width: 100%;
    padding-top: 1px;
    background: url(../images/bg01.png) no-repeat;
    height: 34px;
    left: 0;
    FONT-WEIGHT: bold;
    top: 280px;
    position: absolute;
}

.jsNav {
    position: absolute;
    left: 220px;
    top: 281px;
}

    .jsNav a {
        width: 40px;
        font-size: 14px;
        margin-right: 6px;
        display: inline;
        height: 33px;
        line-height: 33px;
        display: block;
        float: left;
        text-align: center;
        color: #fff;
    }

        .jsNav a:hover {
            background: url(../images/bg01.gif) no-repeat;
            color: #FF1555;
            text-decoration: none;
        }

    .jsNav .imgSelected {
        background: url(../images/bg01.gif) no-repeat;
        color: #FF1555;
    }

.qq {
    display: none;
    z-index: 200
}
</pre></body></html>