/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Black Naba
 *
 * 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: Aleksejs Kirillovs
 * Skin Version: 1.0 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */


div.jp-audio{		
	color: #FFFFFF;
	border:0;
	position: relative;
	z-index: 333;
	/*width: 20px;*/
	padding: 0;	
	background: url('../img/trnsp.png') top center repeat;
	cursor: pointer;
}

div.jp-audio div {
	float: none;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: right;
}

div.jp-interface ul.jp-controls a {
	display:block;
	/*overflow:hidden;*/
	text-indent:-9999px;
}

a.jp-play,
a.jp-pause{	
	width:9px;
	height:9px;
	margin: 0;
	position: absolute;
	right: 1px;
	top:1px;	
}

a.jp-play {
	background: url("../img/icon_play_s.png") center center no-repeat #EE3A43;
}
a.jp-pause {
	background: url("../img/icon_stop_s.png") center center no-repeat #EE3A43;
	display: none;
}
/* @end */

