div.jp-playlist-player {
	line-height:1.6;
	color: #666;
	margin-bottom: 2em;
}
div.jp-interface {
	position: relative;
	width:100%;
	height:80px;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top: 0;
	left:26px;
	width:46px;
	height:51px;
}
a.jp-play {
	background: url("images/jplayer.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("images/jplayer.png") -46px 0 no-repeat;
}
a.jp-pause {
	background: url("images/jplayer.png") 0 -51px no-repeat;
}
a.jp-pause:hover {
	background: url("images/jplayer.png") -46px -51px no-repeat;
}
a.jp-previous {
	top:8px;
	left:0;
	background: url("images/jplayer.png") 0 -102px no-repeat;
	width:26px;
	height:34px;
}
a.jp-previous:hover {
	background: url("images/jplayer.png") -26px -102px no-repeat;
}
a.jp-next {
	top:8px;
	left:72px;
	background: url("images/jplayer.png") 0 -136px no-repeat;
	width:26px;
	height:34px;
}
a.jp-next:hover {
	background: url("images/jplayer.png") -26px -136px no-repeat;
}
div.jp-progress {
	top:15px;
	left:120px;
	background-color: #ffffff;
	position: absolute;
	overflow:hidden;
	width:340px;
	height:7px;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}
div.jp-load-bar {
	background: #eeeeee;
	width:0px;
	height:7px;
	cursor: pointer;
}
div.jp-play-bar {
	background: #7cdbfa;
	width:0px;
	height:7px;
}
div.jp-play-time {
	font-size: 12px;
	color: #8c7868;
	top: 15px;
	left: 470px;
	position: absolute;
	width: 50px;
	height: 17px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
div.jp-playlist {
	width:100%;
	font-size: 12px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
div.jp-playlist li {
	padding: 0;
	border-top:1px solid #fdf7f3;
	border-bottom:1px solid #e7d2c0;
}
div.jp-playlist li:first-child {
	border-top:none;
}
div.jp-playlist li:last-child {
	border-bottom:none;
}
div.jp-playlist li a {
	color: #666;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 4px 10px;
}
div.jp-playlist li a span {
	color: #999999;
	display: inline-block;
	width: 20px;
}
div.jp-playlist li a em {
	color: #999999;
	display: inline-block;
	width: 30px;
	float: right;
	font-style: normal;
}
div.jp-playlist li a:hover {
	text-decoration: none;
	background: #ffffff;
}
div.jp-playlist li a.jplayer_playlist_current {
	text-decoration: none;
	background: #ffffff;
}


