焦点图下面的小圆点没有出来
#buttons {
position:absolute;
left:90px;
top:230px;
z-index:1;
width:100px;
height:10px;
}
#buttons span{
border-radius:10px;
width:20px;
height:20px
border:1px solid #fff;
float:left;
margin:0 5px;
background:#333;
}
#buttons .on {
background:#F30;
}