.jp-audio, .jp-audio-stream, .jp-video {
	border: none;
}
.jp-interface {
	position: relative;
	background: #ae1d22 url('../images/logo.png') no-repeat 10px 10px;
}
.jp-volume-controls {
	width: 40px;
	top: 15px;
	left: auto;
	right: 10px;
}
.jp-playlist {
	border-top: 1px solid #fff;
}
.jp-playlist ul {
	padding: 0;
}
.jp-playlist-current {
	background-color: #ae1d22;
}
.jp-playlist-item {
	font-family: FuturaPT-Book;
	font-size: 15px;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #fff;
}
div.jp-type-playlist div.jp-playlist li {
	padding: 10px 0 10px 20px;
	margin-bottom: 0;
	background-color: #efefef;
	border-bottom: 1px solid #fff;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type: none;
	padding: 10px 0 10px 20px;
	background-color: #ae1d22;
}
.jp-progress {
	width: 100% !important;
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	height: 10px !important;
}

.jp-controls div {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
.jp-controls div:hover {
	cursor: pointer;
}

.jp-previous, .jp-play, .jp-next, .jp-mute, .jp-previous:focus, .jp-play:focus, .jp-next:focus, .jp-mute:focus {
	background-image: url('../images/icons.jpg') !important;
	background-color: #fff !important;
}
.jp-previous, .jp-previous:focus {
	background-position: 0 -37px;
	position: absolute;
	right: 150px;
	top: 8px;
}
.jp-play, .jp-play:focus {
	background-position: 1px -200px;
	position: absolute;
	right: 102px;
	top: 15px;
}
	.jp-state-playing .jp-play, .jp-play:focus {
		background-image: url('../images/icons.jpg') !important;
		background-position: 0px 2px !important;
		background-color: #fff;
	}


.jp-next, .jp-next:focus {
	background-position: 0 -77px;
	position: absolute;
	right: 55px;
	top: 9px;
}
.jp-mute, .jp-mute:focus {
	background-position: 0 -119px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
}
.jp-state-muted {
	background-position: 0 -158px !important;
	background: url('../images/icons.jpg') !important;
}
.jp-state-muted .jp-mute {
	background-position: 0 -158px !important;
}
