#ibanner { position:relative; width:760px; height:380px; overflow:hidden; z-index:0;}/*这里是用来定位序号的*/
#ibanner_pic a { position:absolute; top:0; display:block; width:760px; height:380px; overflow:hidden; }
#ibanner_btn { position:absolute; z-index:9999; right:20px; bottom:20px; font-family:Arial; }/*这里是用来定位序号具体的显示位置*/
#ibanner_btn span { display:block; float:left; margin-left:3px; padding:0 5px; background:#000; cursor:pointer; }/*这里的padding是常规状态下的序号样式*/
#ibanner_btn .normal { font-size:10px; color:#999; background:#333; height:16px; line-height:16px;  border:1px solid #000;}
#ibanner_btn .current { font-size:10px; color:#fff; background:#c00; padding:0 20px; height:16px; line-height:16px; border:1px solid #FF5300;}/*这里的padding是序号当前状态的左右间距，去掉就表示跟默认的一样*/
