
#jplayer {
	max-width: 920px;
	margin: 0 auto;
}

.jp-audio {
	position: fixed;
	min-height:50p;
	width: 100%;
	max-width: 916px;
	margin: 0 2px;
	z-index: 2000;
	-webkit-border-radius:  0 0 .5em .5em;
	-moz-border-radius:  0 0 .5em .5em;
	border-radius:   0 0 .5em .5em;
	-moz-box-shadow:    0 0 40px 0 #000;
	-webkit-box-shadow: 0 0 40px 0 #000;
	box-shadow:         0 0 40px 0 #000;
	background: #202022;
	opacity: .9;
}

#jplayer_contents {
	padding: .6em .5em 0 .5em;
}

#jplayer ul,
#jplayer li {
	margin: 0;
	padding: 0;
}

ul.jp-controls {
}


#jplayer .jp-playlist {
	display: block;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	padding:  0 10px 0;
	-webkit-border-radius:  0 0 1em 1em;
	-moz-border-radius:  0 0 1em 1em;
	border-radius: 0 0 1em 1em;
}
#jplayer .jp-playlist li {
	clear: both;
}
#jplayer .jp-playlist li a {
	display: block;
	border-top: 1px dotted #161617;
	height:20px;
	width: 90em;
	clear: both;
	float: none;
	padding-left: 1.5em;
	padding: 0.5em 0 0.5em 1.5em;
}
#jplayer .jp-playlist li a:hover {
	background: #181818;
}
#jplayer .jp-playlist li a.jp-playlist-current {
	background: #202022;
	color: #fff;
}
.jp-time-holder {
    position: absolute;
    max-width: 916px;
    top: 32px;
    z-index:2;
    text-align: center;
    width:100%;
    color:#555;
    font-weight:bold;
    font-size: 0.9em;
    pointer-events: none;
}

.jp-current-time,
.jp-duration {
	display:inline;
}
.jp-shuffle,
.jp-repeat,
li a.jp-volume-max,
li a.jp-stop,
li a.jp-mute {
	display: none;
}


#jp-playlist-show-hide {
	float: right;
}

#jplayer ul {
	list-style:none;
}

#jplayer li {
	float: left;
}

a.jp-control-item {
	display: block;
	color: #fff;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	padding: 0 0;
	width: 2.5em;
	text-align: center;
	height: 25px;
	border-radius: 2px;
	margin-right: 2px;
}
a.jp-control-item.jp-play {
}

.jp-selected-title {
	/* position: absolute; */
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-left: 8.5em;
	line-height: 1em;
	z-index: -1;
	height: 1em;
	overflow: hidden;
	text-overflow:ellipsis;
	/* white-space:nowrap; */
}


div.jp-audio div.jp-progress {
	margin-bottom:10px;
	overflow:hidden;
	max-width: 916px;
	top:29px;
	height:1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	width:100%;
}

div.jp-seek-bar {
	background: #171718;
	width:0px;
	height:100%;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.jp-play-bar {
	background: #00f3ff;
	width:0px;
	height:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @end */
