﻿#fullSlide {
    width: 100%;
    height: 396px;
    overflow: hidden;
    position: relative;
}

    #fullSlide .hd {
        left: 0px;
        height: 40px;
        bottom: 0px;
        overflow: hidden;
        margin-top: -40px;
        position: relative;
        z-index: 3;
        -ms-zoom: 1;
    }

        #fullSlide .hd ul {
            left: 50%;
            width: 120px;
            bottom: 8px;
            margin-left: -50px;
            position: absolute;
        }

            #fullSlide .hd ul li {
                background: url("../images/iconDot.png") no-repeat -111px 6px;
                border-radius: 50%;
                width: 15px;
                height: 24px;
                text-align: center;
                line-height: 75px;
                overflow: hidden;
                margin-left: 5px;
                float: left;
                cursor: pointer;
            }

        #fullSlide .hd .on {
            background-position: -93px 6px;
        }

    #fullSlide .bd {
        margin: 0px auto;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

        #fullSlide .bd ul {
            width: 100% !important;
        }

        #fullSlide .bd li {
            width: 100% !important;
            overflow: hidden;
        }

            #fullSlide .bd li a {
                display: block;
            }

    #fullSlide .prev {
        background: url("../images/iconDot.png") no-repeat 0px -1px;
        left: 1%;
        width: 42px;
        height: 40px;
        bottom: 45%;
        display: block;
        position: absolute;
        z-index: 999;
        opacity: 0.5;
    }

    #fullSlide .next {
        background: url("../images/iconDot.png") no-repeat 0px -1px;
        left: 1%;
        width: 42px;
        height: 40px;
        bottom: 45%;
        display: block;
        position: absolute;
        z-index: 999;
        opacity: 0.5;
    }

    #fullSlide .next {
        background-position: -42px -42px;
        left: auto;
        right: 1%;
    }

    #fullSlide .prev:hover {
        opacity: 1;
    }

    #fullSlide .next:hover {
        opacity: 1;
    }

    #fullSlide .prevStop {
        display: none;
    }

    #fullSlide .nextStop {
        display: none;
    }
