css代码
*{ margin: 0; padding: 0;}#flash{ width: 473px; height: 180px; border: 5px solid blue; margin: 20px auto; position: relative; overflow: hidden;}#flash .pic_box{ width: 2365px; height: 190px; position: absolute; left: 0; top: 0;}#flash .pic_box img{ float: left; width: 473px; height: 180px;}#flash ul li{ list-style: none; width: 36px; height: 5px; background: #999; float: left; margin-right: 2px;}#flash ul{ position: absolute; left: 161px; top: 169px;}#flash ul li.cur{ background: #7abd54;}