.jp-controls{background: #fff; width: 11%; float: right; }

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:auto;
	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 {
	padding:0;
}

 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:25px;
	height:25px;
}

a.jp-play {
	background: url("../images/music/play_link.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/music/play_hover.png") 0 0 no-repeat;
}
a.jp-pause {
	background: url("../images/music/pause_link.png") 0 0 no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/music/pause_hover.png") 0 0 no-repeat;
}

a.jp-stop {
	width:25px;
	height:25px;
}

a.jp-stop {
	background: url("../images/music/stop_link.png") 0 0 no-repeat;
}

a.jp-stop:hover {
	background: url("../images/music/stop_hover.png") 0 0 no-repeat;
}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:25px;
	height:25px;
}
a.jp-mute {
	background: url("../images/music/soundon_link.png") 0 0 no-repeat;
}
a.jp-mute:hover {
	background: url("../images/music/soundon_hover.png") 0 0 no-repeat;
}
a.jp-unmute {
	background: url("../images/music/mute_link.png") 0 0 no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/music/mute_hover.png") 0 0 no-repeat;
}

a.jp-volume-max {
    display: none;
	background: url("../images/music/plus.png") 0 0 no-repeat;
}
a.jp-volume-max:hover {
	background: url("../images/music/plus.png") 0 0 no-repeat;
}
a.jp-volume-max{display: none;}


.jp-playlist{float: left; width: auto; width: 32%; margin: 0 5% 0 0; text-align: right;}
.liedjes{float: right;}
.liedjes li{float: left; margin: 0 10px; font: 20px 'BebasNeueRegular'; line-height: 25px;}