/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */

.jp-video { width: 290px; position:relative; z-index: 5; }

.jp-controls { width: 290px; height: 218px; position: absolute; z-index: 10; left: 0; top: 0; margin: 0; padding: 0; }

.jp-play,
.jp-pause { text-indent: -9999px; display: block; }

.jp-play { width: 56px; height: 56px; margin: 80px 0 0 112px; 
background: url("../images/recettes/lafamilledulait-jp-video-play-icon.png") no-repeat left top; }

.jp-pause { width: 290px; height: 218px;
background: url("../images/spacer.gif") repeat left top; }

.jp-video-play { position:absolute; top:0; left:0; width:100%; cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

.jp-video-play { height: 218px; }

.jp-jplayer { background-color: #000000; }

/* @group NO SOLUTION error feedback */

.jp-no-solution { width:290px; margin-left:-202px; padding:5px; 
position:relative; left:50%; top: 10px; z-index: 5;  
font-size:.8em; background-color:#3a2a45; color:#FFF; display:none; }

.jp-audio .jp-no-solution {
	width:190px;
	margin-left:-102px;
}

/* @end */
