

/* ½Ή΅γΝΌ */
.idx-focus{
    float: left;
	margin-top:50px;
}
.idx-focus,
.focus-pic li{
    width: 567px;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.idx-foc-tmp{
    height: 259px;
}
.focus-pic{
    height: 259px;
}
.focus-pic li{
    float: left;
    height: 259px;
}
.focus-pic li img{
    width: 544px;
    height: 259px;
}
.focus-pic .bg{
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    filter:Alpha(opacity=60);
    z-index: 1;
}
.focus-pic .txt{
    height: 30px;
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    overflow: hidden;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.idx-focus .xtaber-tabs{
    height: 60px;
    background: #fff;
	margin-top:15px;
}
.idx-focus .xtaber-tabs li{
    float: left;
    padding: 0px;
    margin-right: -3px;
    position: relative;
    cursor: pointer;
    z-index: 3;
	margin-right:17px;
}
.idx-focus .xtaber-tabs img{
    width: 123px;
    height: 54px;
}
.idx-focus .xtaber-tabs .current{
    background: #fff;
}
.idx-focus .xtaber-tabs .current i{
    width: 7px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -4px;
    overflow: hidden;
    background-position: -46px -28px;
}
.idx-focus .btn-prev,
.idx-focus .btn-next{
    background: url(img/foc_btn.png) no-repeat;
    _background: url(img/foc_btn_8.png) no-repeat;
    width: 31px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 85px;
    _filter:Alpha(opacity=70);
}
.idx-focus .btn-prev{
    background-position: 0 0;
    left: 10px;
}
.idx-focus .btn-next{
    background-position: -33px 0;
    right: 10px;
}
