/* 代码整理：懒人之家 www.focus.com */
*{ margin:0; padding:0; list-style:none;}


.focus{width:295px;height:295px;position:relative;background:#f7f7f7; margin:0 auto;}
.focus .btn{position:absolute;width:15px;height:60px;top:236px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.focus .prev{left:0;background:url(../images/prevBtn.png) no-repeat;}
.focus #prevTop,.focus #nextTop{top:113px;width: 46px;height: 48px; display:none}
.focus #prevTop{background: url(../images/prevBtnTop.png) 0 0 no-repeat;}
.focus #nextTop{background: url(../images/nextBtnTop.png) 0 0 no-repeat;}
.focus .next{right:0;background:url(../images/nextBtn.png) no-repeat;}
.focus li{float:left;}
.focus .cf li{position: relative;color: #fff;}
.focus .cf li img{width:295px;height: 230px;}
.focus .cf a{display: block; width:295px;height: 230px; position: absolute;color: #fff;}
.focus .cf li span{display: block;width: 275px; position: absolute; left: 0; bottom: 0;padding: 10px 10px;line-height: 22px;text-align:left;background:rgba(0,0,0,0.6);filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000") 6}
.focus .picBox{height:230px;position:relative;overflow:hidden;}
.focus .picBox ul{height:230px;position:absolute;}
.focus .picBox li{width:295px;height:230px;}
.focus .listBox{width:250px;height:60px;margin:0 auto;position:relative;padding:6px 0 10px;overflow:hidden;}
.focus .listBox ul{height:60px;position:absolute;}
.focus .listBox li{width:63px;height:60px;cursor:pointer;position:relative;}
.focus .listBox li i{display:none;}
.focus .listBox li a{display: block;width:63px;height: 60px;}
.focus .listBox li img{width:58px;height: 60px;}
.focus .listBox .on img{width: 54px;height: 54px;border:3px solid #AEAEAE;}
.focus .listBox .on i{display:block;}