#CKPlayer_fullscreen{
    z-index: 2;
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 30px;
    right: 0;
    bottom: 0;
}
.CKPlayer_fullscreen_on{
    background: url("./images/images_Full_out.png");
}
.CKPlayer_fullscreen_on:hover{
    background: url("./images/images_Full_on.png");
}
.CKPlayer_fullscreen_off{
    background: #000 url("./images/images_General_out.png");
}
.CKPlayer_fullscreen_off:hover{
    background: #000 url("./images/images_General_on.png");
}

#Player_Preview{position:absolute; z-index:1; bottom:39px; }
#Player_Preview_loading{ position:absolute; z-index:2; bottom:39px; }

.Player_point{height: 15px; line-height:15px; font-size: 10px; color: #fff; text-align: center;}