@font-face
{
font-family: AverageMono;
src: url(../../../fonts/AverageMono.ttf);
font-weight: normal;
}



div#player1_about {
	width: 260px;
	position: absolute;
	right: 0px;
	top: 50px;
	height: 80px;
	z-index: 10;
	background-color: rgb(210,210,210);
	opacity: 0.4;
}


div#player1_default {
	width: 260px;
	position: absolute;
	right: 0px;
	top: 50px;
	height: 80px;
	z-index: 10;
	background-color: rgb(210,210,210);
	opacity: 0.4;
}


div#player2_about {
	width: 260px;
	position: absolute;
	right: 0px;
	top: 60%;
	height: 100px;
	background-color: rgb(200,200,200);
	opacity: 0.3;
}

div#player1_resources {
	width: 225px;
	position: absolute;
	right: 0px;
	top: 3%;
	height: 63px;
	background-color: rgb(200,200,200);
	opacity: 0.3;
}



div#jp_container_1 {
	position: absolute;
	right: 0px;
	height: 63px;
	width: 260px;
}


div#jp_container_2 {
	position: absolute;
	right: 0px;
	height: 63px;
	width: 260px;
}



/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: basic 1
 *
 * 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.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

	


div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size: 0.9em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family: AverageMono;
	font-size: 0.9em;
	line-height:1.6;
	letter-spacing: ;
	color: black;
	border: 0px;
	background-color: transparent;
}

div.jp-audio {
	width:220px;
}


div.jp-interface {
	position: relative;
	background-color: transparent;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:35px;
}




/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width: ;
	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;
}

div.jp-audio ul.jp-controls {
	width: ;
	padding:0px 0px 0px 20px;
}




div.jp-video div.jp-type-single ul.jp-controls {
	width: 20px;
	margin-left:;
}


div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-color: white;
}
a.jp-play,
a.jp-pause {
	width: 20px;
	height: 14px;
	margin-top: 12px;
}

a.jp-play {
	background: url("player_controls_light.png") -7px -8px no-repeat;
	
}
a.jp-play:hover {
	background: url("player_controls_light.png") -7px -8px no-repeat;
	opacity: 0.6;
}
a.jp-pause {
	background: url("player_controls_light.png") -7px -35px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("player_controls_light.png") -7px -35px no-repeat;
	opacity: 0.6;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width: 20px;
	height: 14px;
	margin-top: 12px;
}

a.jp-stop {
	background: url("player_controls_light.png") -5px -64px no-repeat;
	margin-left: 0px;
}

a.jp-stop:hover {
	background: url("player_controls_light.png") -5px -64px no-repeat;
	opacity: 0.6;
}



/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: transparent;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:40px;
	height:5px;
	width: 100px;

}
div.jp-audio div.jp-type-single div.jp-progress {
	left: 90px;
	width: 68px;
}


}
div.jp-seek-bar {
	background-color: transparent;
	
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: black; 
	width: 0px;
	height: 100%;
}

/* The seeking class is added/removed inside jPlayer */

div.jp-seeking-bg {
	background-color: transparent;
}

/* @end */



/* @group volume controls  - removed for this version*/





/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:35px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:20px;
	width:60px;
}


div.jp-current-time,
div.jp-duration {
	width:38px;
	font-size: 0.5em;
	font-style:;
	color: black;
	background-color: white;
}
div.jp-current-time {
	float: left;
	display:inline;
	height: 13px;
	padding-left: 2px;
	padding-top: 1px;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}



/* @end */

/* @group playlist - here: recording details */

div.jp-title {
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	margin-top: -26px;
	margin-left: 80px;
	width:60%;
	border-top: 0px;
	color: black;
	background-color: white;
}
div.jp-type-single div.jp-title {
	border-top:none;
}
div.jp-title ul {
	list-style-type: none;
	margin:0;
	padding:0 0px;
	font-size: 1em;
}

div.jp-title li {
	padding: 0 0px;
	font-weight: normal;
}


/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */


span.jp-artist {
	font-size:;

}

/* @end */



div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: transparent;
}







/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */




/* @end */

/* @group NO SOLUTION error feedback - removed */


/* @end */
