
div.player_Frame{
    /**	border: 1px #c6d8e0 solid;**/
    padding: 0 2px 0 2px;
    margin-bottom:6px;
    overflow: hidden;
    position: relative;}

div.player_Content img{
    border: none;
    display: none;}
div.player_Content img.on{
    display: block;}
ul.player_NumButton{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    bottom: 19px;/**按钮距离底的距离（应该是相对应player frame）*/
    z-index: 3;}
ul.player_NumButton li{
    font-size: 12px;
    color: white;
    font-weight: bold;
    display: block;
    float: left;
    width: 23px;
    /**通过下面这两句调整文字的垂直位置*/
    height: 15px;
    padding-top: 3px;
    background-image: url(bt_bg.gif);
    background-position: 0px -16px;
    background-repeat: repeat-x;
    text-align: center;}
ul.player_NumButton li.on{
    font-size: 12px;
    color: white;
    font-weight: bold;
    display: block;
    float: left;
    width: 23px;
    /**通过下面这两句调整文字的垂直位置*/
    height: 15px;
    padding-top: 3px;
    background-image: url(bt_bg.gif);
    background-position: 0px 0px;
    text-align: center;
    cursor: pointer;}

div.player_title span{
    display: none;}
div.player_title span.on{
    /**下面这两句设置title的span的高度，并拉宽行间距，
    同时设置overflow让多余的文字不显示。*/
    height: 20px;
    line-height: 160%;

    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;}

div.player_title a{
    text-decoration: none;
    color: #000000;}
div.player_title a:hover{
    color: #ff0000;}


