#box-article{
    position:absolute;
}
#box-article div{
    width:140px;
    height:250px;
    float:left;
}

.mask-article{
    position:relative;
    width:140px;
    height:250px;
    overflow:hidden;
}

#box-partner{
    position:absolute;
}

#box-partner div {
    width:140px;
    height:70px;
    float:left;
    text-align: center;
    vertical-align: middle;
}

.mask-partner{
    position:relative;
    width:140px;
    height:140px;
    overflow:hidden;
}

#box-video-new{position:absolute;}
#box-video-new div.item{width:154px;height:114px;float:left;}
.mask-video-new{position:relative;width:462px;height:114px;overflow:hidden;}

#box-video-top{position:absolute;}
#box-video-top div.item{width:154px;height:114px;float:left;}
.mask-video-top{position:relative;width:462px;height:114px;overflow:hidden;}

#box-video-sel{position:absolute;}
#box-video-sel div.item{width:154px;height:114px;float:left;}
.mask-video-sel{position:relative;width:462px;height:114px;overflow:hidden;}

/* ********************************** */

.thumbs{
    width:54px;
}
.thumbs div{
    display:block;
    width:54px;
    height:41px;
    margin:3px 0;
    cursor:pointer;
}

.thumbs div img{
    display:block;
    width:100%;
    height:100%;
    border:none
}

.info{
    width:240px;
    height:50px;
    background:#000;
    position:absolute;
}
.info p, .info h4{
    color:#fff;
    padding:3px 8px;
    font-family:Arial;
}
.info h4{
    font-size:14px;
}
.info h4 a{
    float:right;
    background:#fff;
    color:#000;
    font-size:10px;
    padding:0 3px;
    text-decoration:none
}



span img{
    display:block;
    border:none;
}
