/**play news**/
#play {
    height: 230px;
    width: 454px;
    overflow: hidden;
    margin: 0;

}

#play_info {
    position: absolute;
    margin-top: 181px;
    padding: 8px 0 0 20px;
    height: 42px;
    width: 400px;
    color: #fff;
    z-index: 1001;
    cursor: pointer
}

#play_info b {
    font-size: 14px;
    display: block
}

#play_bg {
    position: absolute;
    background-color: #000;
    margin-top: 181px;
    height: 50px;
    width: 454px;
    filter: Alpha(Opacity = 20);

    opacity: 0.3;

    z-index: 1000
}

#play_text {

    height: 20px;
    width: 60px;
    float: right;
    margin-top: -25px;
    padding-left: 0px;

}

#play_text ul {
    list-style-type: none;
    width: 60px;
    height: 20px;
    display: block;
    padding-top: 1px;
    _padding-top: 0px;
    filter: Alpha(Opacity = 80);

    opacity: 0.8;

}

#play_text ul li {
    width: 14px;
    height: 14px;
    float: left;
    background-color: #000;
    display: block;
    color: #FFF;
    text-align: center;
    margin: 1px;
    cursor: pointer;
    font-family: "Courier New";
}

#play_list {
    top: -50px;
}

#play_list a {
    display: block;

    overflow: hidden
}                 
