div.jp-audio, div.jp-video {
	color: #777777;
}
div.jp-audio {
	width:220px;
	float:left;
}
div.jp-interface {
	position: relative;
	background-color:#ffffff;
	width:220px;
	border:0px solid;
	border-radius:5px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:40px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:17px;
	height:40px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:5px;
}
a.jp-play {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0 0 no-repeat;
}
a.jp-play:hover {
	/*background: url("https://www.desertspringschurch.org/img/dsc_player.png") -18px 0 no-repeat;*/
	background: url("https://www.desertspringschurch.org/img/play_audio.png") no-repeat;
	width:210px;
}
a.jp-pause {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0 -41px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") -21px -41px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:0px;
	left:25px;
	z-index:0;
}
a.jp-stop {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0 -82px no-repeat;
	width:20px;
	height:40px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") -21px -82px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0px -287px repeat-x ;

}
div.jp-audio div.jp-type-single div.jp-progress {
	top:0px;
	left:50px;
	width:135px;
	height:40px;
}
div.jp-seek-bar {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0px -246px repeat-x;
	width:135px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0px -205px repeat-x ;
	width:135px;
	height:40px;
}
a.jp-mute,
a.jp-unmute {
	width:20px;
	height:40px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:0px;
	left:190px;
}
a.jp-mute {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0 -123px no-repeat;
}
a.jp-mute:hover {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") -26px -123px no-repeat;
}
a.jp-unmute {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") 0 -164px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("https://www.desertspringschurch.org/img/dsc_player.png") -21px -164px no-repeat;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:10px;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:16px;
	left:50px;
	width:135px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}