﻿#kinMaxShow * {
    margin: 0;
    padding: 0;
}

#kinMaxShow .kinMaxShow_image_box {
    width: 100%;
    height: 385px;
    position: relative;
    z-index: 1;
}

    #kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item {
        width: 100%;
        height: 385px;
        position: absolute;
        overflow: hidden;
    }

        #kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item a {
            width: 100%;
            height: 385px;
            display: block;
            text-decoration: none;
            padding: 0;
            margin: 0;
            background: transparent;
            text-indent: 0;
            outline: none;
        }

#kinMaxShow .kinMaxShow_button {
    right: 49%;
    bottom: 20px;
    ;
    position: absolute;
    list-style: none;
    z-index: 2;
}

    #kinMaxShow .kinMaxShow_button li {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        background: url(http://211.153.75.13:10000/nation_statics/common/images/kinMaxShow/button.png) no-repeat -14px 0;
        border: 0;
        color: #666666;
        text-align: center;
        margin-right: 0px;
        font-family: Verdana;
        float: left;
        cursor: pointer;
        -webkit-text-size-adjust: none;
    }

        #kinMaxShow .kinMaxShow_button li.focus {
            background: url(http://211.153.75.13:10000/nation_statics/common/images/kinMaxShow/button.png) no-repeat 0 0;
            border: 0;
            color: #000000;
            cursor: default;
        }

