/*
 * 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
*
*/

@charset"UTF-8";
.mb_YTVPlayer :focus { outline: 0 }
.mb_YTVPlayer { display: inline-block; -moz-box-shadow: #000 1px 1px 5px; -webkit-box-shadow: #000 1px 1px 5px; box-shadow: #000 1px 1px 5px; }
/*CONTROL BAR*/
.mb_YTVPBar { display: block; width: 100%; height: 5px; padding: 0; background: #333; position: fixed; top: 0; left: 0; -moz-box-sizing: padding-box; -webkit-box-sizing: border-box; text-align: left; z-index: 1000; font: 14px/16px sans-serif; color: white; opacity: .3; }
.mb_YTVPBar:hover { opacity: 1 }
.mb_YTVPBar .buttonBar { background: transparent; float: right; margin: 30px 10px 0 0; text-align: right; }
.mb_YTVPBar span { display: inline-block; font: 11px/1 arial; position: relative; vertical-align: middle; min-height:20px; margin:0 5px; }
.mb_YTVPBar .mb_YTVPTime{min-width: 80px; padding: 5px 5px; text-align: center; line-height: 1.6; text-shadow:1px 1px 0 #000;}
.mb_YTVPPlaypause,
.mb_YTVPlayer .mb_YTVPPlaypause img { cursor: pointer }
.mb_YTVPMuteUnmute { cursor: pointer }
/*PROGRESS BAR*/
.mb_YTVPProgress { height: 5px; width: 100%; background: #222; top: 0; left: 0; }
.mb_YTVPLoaded { height: 5px; width: 0; background: #000; left: 0; }
.mb_YTVTime { height: 5px; width: 0; background: #fff; top: 0; left: 0; -moz-box-shadow: #666666 1px 1px 3px; -webkit-box-shadow: #666666 1px 1px 3px; box-shadow: #666666 1px 1px 3px; opacity:.7; }
.buttonBar a {display:inline-block; width:17px; height:17px; margin:0 2px; background-image:url(../images/controls.png); background-repeat:no-repeat;}
.buttonBar a.playvid { background-position:left top;}
.buttonBar a.pausevid { background-position: left bottom;}
.buttonBar a.mutevid { background-position:right top;}
.buttonBar a.unmutevid { background-position:right bottom;}