div.jp-audio {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	/*background-color:#000;*/
	position:relative;
	border-radius:3px 3px 0 0;
}

div.jp-audio {
	width:190px;
}

div.jp-interface {
	position: relative;
	background-color:#000;
	width:100%;
	border-radius:3px 3px 0 0;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	/*height:80px;*/
}

/* @group CONTROLS */
div.jp-controls-holder {
	clear: both;
	width:190px;
	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:190px;
	padding:4px 0;
	/*padding:20px 20px 0 20px;*/
}

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;
}

a.jp-play,
a.jp-pause {
	width:32px;
	height:17px;
}

a.jp-play {
	background: url("../images/jplayer/player-btns.png") 0 0 no-repeat;
}

a.jp-play:hover {
	background: url("../images/jplayer/player-btns.png") 0 -17px no-repeat;
}

a.jp-pause {
	background: url("../images/jplayer/player-btns.png") -32px 0 no-repeat;
	display: none;
}

a.jp-pause:hover {
	background: url("../images/jplayer/player-btns.png") -32px -17px no-repeat;
}

/* @end */

/* @group progress bar */
div.jp-progress {
	overflow:hidden;
	background-color: #fff;
}

div.jp-audio div.jp-progress {
	position: absolute;
	top:11px;
	height:3px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	left:45px;
	width:135px;
}

div.jp-seek-bar {
	background-color:#ddd;
	width:0px;
	height:100%;
	cursor: pointer;
}

div.jp-play-bar {
	/*background: url("../images/jplayer/player-progress-bar.jpg") 0 -16px repeat-x ;*/
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("../images/jplayer/jplayer.seeking.gif");
}
/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#000;
	border-top:1px solid #fff;
}

div.jp-playlist {
	border-radius:0 0 3px 3px;
}

div.jp-type-playlist div.jp-title {
	border-top:none;
}

div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	/*padding:0 5px;*/
	/*font-size:.72em;*/
	font-size:8px;
	text-transform:uppercase;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}

div.jp-playlist li {
	padding:5px 0 4px 10px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 10px;
	border-bottom:none;
	border-radius:0 0 3px 3px;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	/*list-style-type:square;
	list-style-position:inside;*/
	padding-left:10px;
}

div.jp-type-playlist div.jp-playlist a {
	color:#777676;
	text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color:#fff;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#fff;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}

span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

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

/* @group NO SOLUTION error feedback */
.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
/* @end */
