.focusBox { position: relative; width:100%; height:268px; overflow: hidden; }
	.focusBox .pic img { width:100%; height:70px; display: block; margin-top: 10px;}
	.focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:0px; right:120px; z-index:3}
	.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:25px; height:10px; cursor:pointer; overflow:hidden; background:#919191; margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
	.focusBox .hd .on{ background:#006DAD; filter:alpha(opacity=100);opacity:1;   }

.focusBox a{
	margin-top:4px;
	display: block;
}
