/* BIG */    
    
    .video-player { margin: 20px; width: 640px; }
    .video-controls {
      /*display: none;*/ 
      background: #dedede; 
      height: 30px;
      margin: -4px 0 0;
      position: relative;
      width: 640px;
    }
    .status { height: 20px; left: 30px; position: absolute; top: 5px; width: 455px; }
    .bar { background: #D17B79; height: 10px; position: relative; top: 5px; }
    .loaded { background: #D70000; height: 10px; left: 0; position: absolute; top: 0; }
    .indicator { background: #9B0F00; display: block; height: 10px; left: 0; position: absolute; top: 0; width: 20px; }
    .play-pause, .volume { 
      background: url(btn-controls.png) no-repeat ;
      display: block;
      height: 20px;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      top: 5px;
      width: 20px;
    }
    .play-pause { left: 5px; }
    .playing { background-position: 0 -20px; }
    .volume { background-position: 0 -60px; right: 130px; }
    .muted { background-position: 0 -40px; }
    .view-youtube { 
      color: #000 !important;
      display: none/*block*/; 
      float: right; 
      font-size: 9px !important; 
      line-height: 30px;
      padding: 0 5px 0 0;
      text-decoration: none;
      text-transform: uppercase;
    }
    .video-link { font-size: 9px; }


/* MID */    
    
    .mid_video-player { width: 320px; }
    .mid_video-controls {
      /*display: none;*/ 
      background: #fff; 
      height: 30px;
      margin: -4px 0 0;
      position: relative;
      width: 320px;
    }
    .mid_status { height: 20px; left: 30px; position: absolute; top: 5px; width: 180px; }
    .mid_bar { background: #D17B79; height: 10px; position: relative; top: 5px; }
    .mid_loaded { background: #D70000; height: 10px; left: 0; position: absolute; top: 0; }
    .mid_indicator { background: #9B0F00; display: block; height: 10px; left: 0; position: absolute; top: 0; width: 15px; }
    .mid_play-pause, .mid_volume { 
      background: url(btn-controls.png) no-repeat ;           
      display: block;
      height: 20px;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      top: 5px;
      width: 20px;
    }
    .mid_play-pause { left: 5px; }
    .mid_playing { background-position: 0 -20px; }
    .mid_volume { background-position: 0 -60px; right: 75px; }
    .mid_muted { background-position: 0 -40px; }
    .mid_view-youtube { 
      color: #000 !important;
      display: block; 
      float: right; 
      font-size: 9px !important; 
      line-height: 30px;
      padding: 0 5px 0 0;
      text-decoration: none;
      text-transform: uppercase;
    }
    .video-link_mid { font-size: 9px; }
    
/* MIN */    
    
    .min_video-player { width: 280px; }
    .min_video-controls {
      /*display: none;*/ 
      background: #dedede; 
      height: 30px;
      margin: -4px 0 0;
      position: relative;
      width: 280px;
    }
    .min_status { height: 20px; left: 30px; position: absolute; top: 5px; width: 145px; }
    .min_bar { background: #D17B79; height: 10px; position: relative; top: 5px; }
    .min_loaded { background: #D70000; height: 10px; left: 0; position: absolute; top: 0; }
    .min_indicator { background: #9B0F00; display: block; height: 10px; left: 0; position: absolute; top: 0; width: 15px; }
    .min_play-pause, .min_volume { 
      background: url(btn-controls.png) no-repeat ;
      display: block;
      height: 20px;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      top: 5px;
      width: 20px;
    }
    .min_play-pause { left: 5px; }
    .min_playing { background-position: 0 -20px; }
    .min_volume { background-position: 0 -60px; right: 70px; }
    .min_muted { background-position: 0 -40px; }
    .min_view-youtube { 
      color: #000 !important;
      display: block; 
      float: right; 
      font-size: 9px !important; 
      line-height: 30px;
      padding: 0 10px 0 0;
      text-decoration: none;
      text-transform: uppercase;
    }
    .video-link_min { font-size: 9px; }
    
