
#jplayer {
	width: 920px;
	margin: 0 auto;
}

.jp-audio {
	position: fixed;
	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: #444;
	opacity: .9;
}

#jplayer_contents {
	padding: .6em .5em 0 .5em;
}

#jplayer ul,
#jplayer li {
	margin: 0;
	padding: 0;
}

ul.jp-controls {
	height: 40px;
}


#jplayer .jp-playlist {
	display: block;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 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 #555;
	height:20px;
	width: 90em;
	clear: both;
	float: none;
	padding-left: 1.5em;
}
#jplayer .jp-playlist li a:hover {
	background: #666;
}
#jplayer .jp-playlist li a.jp-playlist-current {
	background: #666;
	color: #fff;
}
.jp-time-holder {
	float:right;
	margin-top: -3.6em;
	margin-right: 6em;
}
.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 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;
	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;
    margin-top: -3em;
    line-height: 1em;
    width: 50em;
    height: 1em;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
		background-color: #666;
}
div.jp-audio div.jp-progress {
	position: absolute;
	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:98.5%;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: #333;
	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 */
