
    .video-holder { background-color: #000; position: relative; }
    /*#video { background-color: #000; }*/
    .video-holder .controls { opacity: 0.85; color: #fff; position: absolute; left:0; bottom:0; right:0; height: 30px; }
    .video-holder .control { float: left; height: 25px; width: 25px; margin-right: 0; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
        .video-holder .control:last-child { margin-right: 0; }
        .video-holder .control:first-child { margin-left: 5px; }
    .video-holder .playPause span { display: block; font-size: 0px; line-height: 0; }
        .video-holder .playPause.play span { width: 0; height: 0; margin: 6px 0 0 6px; border-top: 7px solid #000; border-left: 14px solid #fff; border-bottom: 7px solid #000; }
        .video-holder .playPause.pause span { width: 3px; height: 14px; margin: 6px auto 0; border-top: 0px; border-left: 4px solid #fff; border-bottom: 0px; border-right: 4px solid #fff; }
    .video-holder .progress { width: 70%; overflow:hidden; }
        .progress .progress_box { float: left; width: 80%; height: 9px; background-color: #3b3b3b; margin: 9px 0 0 0; overflow:hidden; }
        .progress .play_progress { display: block; width: 0px; height: 2px; background-color: #fff; margin-top: 4px; }
        .progress .load_progress { display: block; width: 0px; height: 2px; background-color: #777; margin-top: 4px; }
        .progress .play_time { float: left; margin: 7px 0 0 0; font-size: 11px; width:20%; line-height: 1; font-weight: bold; font-family: Helvetica, Arial, sans-serif; text-align:center;  }
            .progress .play_time .current_time_display {  }
			.progress .play_time .duration_display { display:none; }
    .video-holder .share { cursor:pointer; width: 53px; height: 14px; margin-top: 6px; margin-right: 5px; }
        .video-holder .share span { display: block; overflow: hidden; text-indent: -9999px; background: transparent url('vid_share.png') scroll no-repeat 0 0; width: 53px; height: 14px; }
    .volume { width: 50px; display: none; }
        .volume span { display: block; margin: 4px 0 0 5px; }
    .video-holder .full_screen span { display: block; float: left; margin: 5px 0 0 5px; padding: 0; background: transparent url('vid_fullscreen.png') scroll no-repeat 0 0; width: 25px; height: 17px;  }
        .video-holder .full_screen span table { width: 20px; height: 20px; margin: 0; padding: 0; text-align: left; vertical-align: top; }
            .video-holder .full_screen span table td { margin: 0; padding: 0; text-align: left; vertical-align: top; }
                .video-holder .full_screen span table tr:first-child td:first-child { width: 9px; height: 9px; }
                    .video-holder .full_screen.fs-active span table tr:first-child td:first-child { width: 13px; height: 13px; }
               .video-holder .full_screen.fs-active span { display: block; float: left; margin: 3px 0 0 3px; padding: 0; }