.jp-playlist-player {
	text-transform: none;
	text-align: left;
	position: relative;
	width: 390px;
	margin-bottom: 10px;
}
.jp-interface ul.jp-controls {
	background-color: #eeeeee;
	height: 80px;
	list-style-type:none;
	padding:0;
	margin: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.jp-interface ul.jp-controls li {
	position: absolute;
}
.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play, a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
.jp-single-player a.jp-play, .jp-single-player a.jp-pause {
	left:35px;
}
.jp-playlist-player a.jp-play, .jp-playlist-player a.jp-pause {
	left:43px;
}
a.jp-play {
	background: url("../Images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../Images/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("../Images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
.jp-playlist-player a.jp-stop {
	left:121px;
}
a.jp-stop:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:15px;
	top:26px;
	background: url("../Images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:83px;
	top:26px;
	background: url("../Images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:102px;
	height:15px;
}
.jp-playlist-player div.jp-progress {
	left:159px;
}
.jp-load-bar {
	background: url("../Images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
.jp-play-bar {
	background: url("../Images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url("../Images/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
.jp-playlist-player a.jp-volume-min {
	left:276px;
}
a.jp-volume-min:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("../Images/jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
.jp-playlist-player a.jp-volume-max {
	left:348px;
}
a.jp-volume-max:hover {
	background: url("../Images/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("../Images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
.jp-volume-bar-value {
	background: url("../Images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
.jp-playlist ul{
	font-size: 16px;
}
.jp-playlist-player div.jp-volume-bar {
	left:294px;
}
.jp-volume-bar-value {
	background: url("../Images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	height:5px;
}
.jp-play-time, .jp-total-time {
	position: absolute;
	top:49px;
	width:100px;
	font-size:.64em;
	font-style:oblique;
}
.jp-total-time {
	text-align: right;
}
.jp-playlist-player div.jp-play-time, .jp-playlist-player div.jp-total-time {
	left:160px;
}
.jp-playlist {
	width:350px;
}
.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:rgba(255, 255, 255, 0.2);
	width: 350px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.jp-playlist ul li {
	font-size: 14px;
}.jp-playlist-player div.jp-playlist li {
	padding:3px 0 2px 20px;
	border-bottom:1px solid #eee;
}
.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 10px 20px;
	border-bottom:none;
}
.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
.jp-playlist-player div.jp-playlist a {
	color:#91d8fe;
	text-decoration: none;
}
.jp-playlist-player div.jp-playlist a:hover {
	color:#ff800d;
}
.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#ffbd6d;
}
