/*example*/
.scrollpic {
}

    /*调节中间按钮的位置，去掉按钮的数字*/
    .scrollpic ol {
        position: relative;
        width: 170px;
        height: 10px;
        top: -60px;
        left: 65%;
        list-style: none;
    }

        /*调节中间按钮的大小*/
        .scrollpic ol li {
            float: left;
            width: 20px;
            height: 10px;
            margin: 5px;
            background: #fff;
        }

            .scrollpic ol li.seleted {
                background: #2274A6;
            }
