  #play img
        {
            border: 0px;
        }
        #play
        {
            width: 272px;
            height: 230px;
            overflow: hidden;
            margin: 2px 0 0 0px;
        }
        #play_info
        {
            position: absolute;
            margin-top: 180px;
            padding: 8px 0 0 20px;
            height: 42px;
            width: 200px;
            color: #fff;
            z-index: 1001;
            cursor: pointer;
        }
        #play_info b
        {
            font-size: 14px;
            display: block;
        }
        #play_bg
        {
            position: absolute;
            background-color: #000;
            margin-top: 180px;
            height: 50px;
            width: 270px;
            filter: Alpha(Opacity=30);
            opacity: 0.3;
            z-index: 1000;
        }
        #play_text
        {
            position: absolute;
            margin: 210px 0 0;
            height: 20px;
           /* width: 60px;*/
            z-index: 1002;
        }
        #play_text ul
        {
            list-style-type: none;
            width: 70px;
            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 a
        {
            display: block;
            width: 272px;
            height: 230px;
            position: absolute;
            overflow: hidden;
        }
