/* 本例子css */
.focusBox{ margin:0 auto;  position:relative;  border-top:1px solid #eee; width:980px; height:344px; padding:0px; background:#fff; overflow:hidden;}
.focusBox .hd{ height:22px; position:absolute; z-index:1; bottom:10px; right:10px; overflow:hidden;   }
.focusBox .hd ul{ float:right;  overflow:hidden;  }
.focusBox .hd li{ width:22px; height:22px; line-height:22px; text-align:center; background:#999; color:#fff; font-family:Arial; float:left; margin:0 2px; display:inline;
		  -webkit-border-radius:22px; -moz-border-radius:22px; border-radius:22px; cursor:pointer;
}
.focusBox .hd li.on{ background:#c00; }
.focusBox .bd li{ vertical-align:middle; }
.focusBox .bd li img{ width:980px; height:344px; display:block;  background:url(images/loading.gif) center center no-repeat;  }

