/* 切换图片 */
*{list-style-type:none;}
a,img{border:0;}
/* focusbox */
.focusbox{width:320px;height:300px;position:relative;overflow:hidden; border:#E3E3E3 solid 1px;  background-color:#FFF;}

.contentimg{position:absolute;top:0;left:0;width:7000px;}
.contentimg li{width:990px;height:220px;float:left;margin-right:10px;overflow:hidden;padding:0;}
.contentimg li img{width:320px;height:220px;}

.contentdesc{
    position:absolute;top:198px;left:0;width:320px;height:22px;background:rgba(80,80,80,0.5);overflow:hidden;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
}
.contentdesc .desc h4{font-size:12px;font-weight:bold;color:#fff; overflow:hidden; margin:0;}
.contentdesc li{width:320px;height:22px; line-height:22px; margin:0;}

.focusbox .navbox{width:320px;overflow:hidden;position:absolute;right:-5px;bottom:10px;}
.focusbox .navbox li{width:58px;height:50px;overflow:hidden;float:left;margin-right:5px; cursor:pointer; padding:0;}
.focusbox .navbox li img{width:58px;height:50px;}
.focusbox .navbox li.selected{width:54px;height:48px;border:2px solid #f68585;padding:0;}
.focusbox .navbox li.selected img{width:54px;height:48px;}

.focuss {width:320px; border:#eee solid 1px; float:left;}