.focusPic { text-align: center; position: relative; z-index: 10; _overflow: hidden; _zoom: 1; }
.focusPic .bd { overflow: hidden; z-index: 11; }
.focusPic .bd li { position: relative; z-index: 12; }
.focusPic .bd li .pic { position: relative; z-index: 13; }
.focusPic .bd li .con { width: 100%; position: absolute; z-index: 14; left: 0; bottom: 0; }
.focusPic .bd li .con .title { height: 30px; line-height: 35px; overflow: hidden; position: relative; z-index: 16; }
.focusPic .bd li .con .title a { display: block; padding: 0 10px; color: white; }
.focusPic .bd li .con .bg { position: absolute; width: 100%; height: 25px; z-index: 15; left: 0; bottom: 0; background: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.focusPic .hd { position: absolute; z-index: 19; right: 5px; bottom: 15px; }
.focusPic .hd ul { display: inline; }
.focusPic .hd li { float: left; display: inline; width: 25px; height: 25px; line-height: 16px; text-align: center; background: #fff; margin-left: 5px; cursor: pointer; }
.focusPic .hd li.on { background: #0071BD; color: #fff; }