#audio-player{ width:150px; margin:40px auto 0 auto; background-color:#C09020; border:2px solid #4D2E20; display:none;  }
#audio-player p{ font-size:12px; font-weight:bold; text-align:center; margin:5px 0; }
.jp-interface {
	position: relative;
	width:100%;
	height:50px;
}
.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	width:42px;
}

.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("../images/jplayer/jplayer-sprites.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/jplayer/jplayer-sprites.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/jplayer/jplayer-sprites.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer/jplayer-sprites.png") -41px -42px no-repeat;
}

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 {
	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 */
