@charset "UTF-8";
/***** Video Overlay *****/
#video_container {
   display:block;
   position:relative;
   width:470px;
   height:293px;
   margin:0px auto;
   margin-top:21px;
   text-align:center;
   padding:24px 29px 33px 28px;
   background-color:#000000;
   background-repeat:no-repeat;
   background:#222;
}
#current_video {
   position:absolute;
   z-index:501;
}
#video_caption {
   color:#333;
   font-size:0.9em;
   display:block;
   padding-left:30px;
   text-align:center;
   margin:0px auto;
   margin-top:16px;
   width:510px;
}
