/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 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: 4.1 (jPlayer 2.2.0)
 * Date: 11th September 2012
 */

.jplayer .jp-audio{}


div.jp-audio {
	width:21px;display:inline-block;
	height:22px;
	margin-right:18px;
	position:absolute;top:2px;left:0
	
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;	

}

.jplayer div.jp-audio div.jp-type-single div.jp-interface {
	height:16px;top:7px
}


div.jp-audio div.jp-type-single div.jp-interface {
	height:20px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:20px;
}

div.jp-video div.jp-interface {

}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

.jplayer div.jp-audio ul.jp-controls{width:100%}

div.jp-audio ul.jp-controls {
	width: 22px;
	
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 22px;
	
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 22px
	
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}



a.jp-play,
a.jp-pause {
	width:21px;
	height:22px;
}


a.jp-pause {
	background:url(../img/play-stop.png) no-repeat 0 bottom;
}
a.jp-play {
	background:url(../img/play-stop.png) no-repeat 0 0;
	
}


a.jp-play:hover {
	background-position:right 0
}
a.jp-pause:hover {
	background-position:right bottom
}


a.jp-pause {

	display: none;
}



