/*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2012 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.jp-audio *:focus,
.jp-audio-stream *:focus,

  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,

  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-audio {
  width: 32px;
 }

.jp-audio-stream {
  width: 100%;
  /*display: inline-block;*/
  background-color: #404040;
  background-attachment: fixed;
  background-position: center;
  margin-top: 2px;
  padding: 0;
  /*float: left;*/
  border: 0px solid black;
 }

.jp-interface {
  position: relative;
  width: 100%;
  background-color: #404040;
/*   background-color: #404040; */
  /* Required for the full screen */ }
/* @group CONTROLS */

.jp-audio .jp-controls-holder {
  height: 32px; }

.jp-audio-stream .jp-controls-holder {
  height: 32px; }

.jp-controls {
  background: url("../image/player.png") 0px 0px no-repeat;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  width: 64px;
  height: 32px; 
  }

.jp-audio .jp-controls,
.jp-audio-stream .jp-controls {
  margin: 0 auto; }

.jp-audio-stream .jp-controls {
  width: 32px; }

.jp-video .jp-controls {
  margin: 0 0 0 0px;
  /*float: left;*/
  /*display: inline;*/
  /* need this to fix IE6 double margin */ }

.jp-controls button {
	color: White;
	background-color: #404040;
	border: 0px solid black;
	background-attachment: fixed;
	background-position: center;
	height: 100px; 
	/*display: inline-block;*/ 
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
  }

/* @group single player controls */
.jp-type-single .jp-controls button {
  width: 32px; }

.jp-type-single .jp-play {
  background: url("../image/player.png") 0px 32px no-repeat; }

.jp-type-single .jp-play:focus {
  background: url("../image/player.png") 0px 32px no-repeat; }

.jp-state-playing .jp-type-single .jp-play {
  background: url("../image/player.png") -32px 0px no-repeat; }

.jp-state-playing .jp-type-single .jp-play:focus {
  background: url("../image/player.png") -32px 0px no-repeat; }

/* The right border is normally in the ul background image. */
.jp-audio-stream .jp-play,
.jp-audio-stream .jp-pause {
  border-right: 0px solid #180920; }

