#player #numlist
        {
            position: absolute;
            float: right;
            bottom: 10px;
            right: 10px;
            height: 30px;
            overflow: hidden;
            zoom: 1;
        }
        #player #numlist a
        {
            color: #fff;
            text-decoration: none;
            width: 30px;
            font-size: 14px;
            height: 30px;
            margin: 2px 2px;
            background: #718FD6;
            float: left;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
            font-family: arial;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        #player #numlist a:hover, #player #numlist a.select
        {
            background: #3259AE;
            filter: alpha(opacity=100);
            opacity: 1;
        }
        #player
        {
            position: relative;
            width: 580px;
            height: 200px;
            overflow: hidden;
            margin-bottom:10px;
        }
        #player #piclist
        {
            position: relative;
            width: 580px;
            height: 200px;
        }