#imgsDiv {
            position: relative;
            height: 328px;
			z-index:0;
			min-width:1230px;
        }

        .picDiv {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 328px;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 0;
        }

        #dotLists {
            position: relative;
            margin: -30px auto 0;
            text-align: center;
            height: 20px;
            z-index: 20;
        }

        .dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 8px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background: #ccc;
            cursor: pointer;
        }

        .hover {
            background: #FF1515;
        }


