.wrap {width:550px;height:100px;position:relative;overflow:hidden;float:left;margin:0px;}
.slidebox {width:550px;position:absolute;top:0;left:0;height:240px;}
.slidebox li {float:left;width:550px;height:100px;left:0;top:0;}
.slidebox li img {display:block;width:550px;height:100px;}
.dot {position:absolute;width:100%;height:30px;text-align:right;bottom:0;left:0;}
.dot p {margin-right:10px;}
.dot b {width:17px;height:17px;border-radius:20px;color:#333;display:inline-block;border:1px solid #fff;background:#fff;text-align:center;line-height:17px;margin:0 3px;margin-top:6px;cursor:pointer;font-weight:normal;}
.dot .cur {background:#F63;color:#fff;border:1px solid #f63;}