div.jp-single-player,
div.jp-playlist-player {

	font-size:10px;
	font-family:Verdana, Arial, sans-serif;
	color: #656565;
}
div.jp-interface {
	position: relative;
	width:198px;
	height:53px;
    background: url("media.player.dark.lines.jpg") 0 0 no-repeat;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none ;
	padding: 0;
	margin: 0;
	border: none !important;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:11px;
	width:17px;
	height:17px;
    padding:0 !important;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:34px;
    padding:0 !important;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:34px;
    padding:0 !important;
}
a.jp-play {
	background: url("media.player.dark.lines.jpg") -34px -85px no-repeat !important;
    border: none !important;
    padding:0 !important;
}
a.jp-play:hover {
	background: url("media.player.dark.lines.jpg") -34px -53px no-repeat !important;
    border: none !important;
    padding:0 !important;
}
a.jp-pause {
	background: url("media.player.dark.lines.jpg") -23px -102px no-repeat !important;
	display: none;
    border: none !important;
    padding:0 !important;
}
a.jp-pause:hover {
	background: url("media.player.dark.lines.jpg") -3px -102px no-repeat !important;
    border: none !important;
    padding:0 !important;
}
a.jp-stop {
	top:11px;
	background: url("media.player.dark.lines.jpg") -59px -85px no-repeat !important;
    border: none !important;
	width:17px;
	height:17px;
    padding:0 !important;
}
div.jp-single-player a.jp-stop {
	left:60px !important;
    border: none !important;
    padding:0 !important;
}
div.jp-playlist-player a.jp-stop {
	left:60px !important;
    border: none !important;
    padding:0 !important;
}
a.jp-stop:hover {
	background: url("media.player.dark.lines.jpg") -59px -53px no-repeat !important;
    border: none !important;
    padding:0 !important;
}
a.jp-previous {
	left:11px;
	top:11px;
	background: url("media.player.dark.lines.jpg") -10px -85px no-repeat !important;
	width:17px;
	height:17px;
    border: none !important;
    padding:0 !important;
}
a.jp-previous:hover {
	background: url("media.player.dark.lines.jpg") -10px -53px no-repeat !important;
    border: none !important;
    padding:0 !important;
}
a.jp-next {
	left:85px;
	top:11px;
	background: url("media.player.dark.lines.jpg") -83px -85px no-repeat !important;
	width:17px;
	height:17px;
    border: none !important;
    padding:0 !important;
}
a.jp-next:hover {
	background: url("media.player.dark.lines.jpg") -83px -53px no-repeat !important;
    border: none !important;
    padding:0 !important;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 34px;
	background-color: #737373;
	width: 178px;
	height: 3px;
}
div.jp-single-player div.jp-progress {
	left:10px;
}
div.jp-playlist-player div.jp-progress {
	left:10px;
}
div.jp-load-bar {
	background: url("media.player.dark.lines.jpg") -10px -76px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("media.player.dark.lines.jpg") -10px -81px repeat-x;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:11px;
	background: url("media.player.dark.lines.jpg") -111px -85px no-repeat !important;
	width:17px;
	height:17px;
    border: none !important;
    padding:0 !important;
}
div.jp-single-player a.jp-volume-min {
	left:113px;
}
div.jp-playlist-player a.jp-volume-min {
	left:113px;
}
a.jp-volume-min:hover {
	background: url("media.player.dark.lines.jpg") -111px -53px no-repeat !important;
}
a.jp-volume-max {
	top:11px;
	background: url("media.player.dark.lines.jpg") -171px -85px no-repeat !important;
	width:17px;
	height:17px;
    border: none !important;
    padding:0 !important;
}
div.jp-single-player a.jp-volume-max {
	left:173px;
}
div.jp-playlist-player a.jp-volume-max {
	left:173px;
}
a.jp-volume-max:hover {
	background: url("media.player.dark.lines.jpg") -171px -53px no-repeat !important;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:18px;
	background: url("media.player.dark.lines.jpg") -129px -60px repeat-x;
	width:39px;
	height:3px;
	cursor: pointer;
    background-color: #81c95b;
}
div.jp-single-player div.jp-volume-bar {
	left:131px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:131px;
}
div.jp-volume-bar-value {
	background: url("media.player.dark.lines.jpg") 69px -65px repeat-x;
	width:0px;
	height:3px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:37px;
	width:177px;
	font-size:10px;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:10px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:10px;
}
div.jp-playlist {
	width:198px;
}

div.jp-playlist ul {
	list-style-type:none;
	padding: 0px;
	background-color:#1E1E1E;
	border:1px solid #000;
	border-top:none;
	width:192px !important;
	font-size:10px;
    text-align: center !important;
    line-height:1.6 !important;
    margin: 0 3px !important;
	color: #808080 !important;
}
html>body div.jp-playlist ul {
    margin: 0 2px !important;
}
div.jp-single-player div.jp-playlist li {
	padding:3px 5px 2px 15px;
    text-align: left;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:3px 5px 2px 15px;
    border-top: 1px solid #505050;
	border-bottom:1px solid #000;
    text-align: left;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:3px 5px 2px 15px;
	border-bottom:none;
    text-align: left;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #656565 !important;
	text-decoration: none !important;
    border: none !important;
    padding:0 !important;
    background: none !important;
    display: inline !important;
    line-height: 16px !important;
    font-size: 10px !important;
	font-weight: normal !important;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#808080 !important;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#808080 !important;
    border: none !important;
    background: none !important;
    padding:0 !important;
    display: inline !important;
    font-size: 10px !important;
    line-height: 16px !important;
	font-weight: normal !important;
}
