@charset"UTF-8";/* * jquery.mb.components * Copyright (c) 2001-2010. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy * email: mbicocchi@open-lab.com * site: http://pupunzi.com * * Licences: MIT, GPL * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html *//** jQuery.mb.components: mb.YTVPlayer* © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab**/.mb_YTVPlayer :focus {	outline: 0;}.mb_YTVPlayer{  display:inline-block; }/*CONTROL BAR*/.mb_YTVPlayer .mb_YTVPBar{  display:block;  width:100%;  height:10px;  padding:0px;  margin:0px;  background:#333;  position:absolute;  bottom:0;  left:0;  text-align:left;  opacity:.95;  overflow:visible;}.mb_YTVPlayer .mb_YTVPBar span{  display:inline-block;  height:16px;  background:transparent;  position:relative;  padding:0px 0px 0px 5px;  top:-20px;  margin-bottom:-20px;  font-size:12px;  color:#333;  font-weight:bold;}.mb_YTVPlayer .mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img{  cursor:pointer;}.mb_YTVPlayer .mb_YTVPMuteUnmute, .mb_YTVPlayer .mb_YTVPMuteUnmute img{  cursor:pointer;}.mb_YTVPlayer .mb_YTVPPlaypause img, .mb_YTVPlayer .mb_YTVPMuteUnmute img {	  margin-bottom:-3px;}/*PROGRESS BAR*/.mb_YTVPlayer .mb_YTVPProgress{  height:10px;  width:100%;  background:#222;  bottom:0px;  left:0px;}.mb_YTVPlayer .mb_YTVPLoaded{  height:10px;  width:0;  background:#444;  left:0px;  bottom:0px;}.mb_YTVPlayer .mb_YTVTime{  height:10px;  width:0;  background:#cfd197;  bottom:0px;  left:0px;}