div.jp-single-player,
div.jp-playlist-player {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:209px;
	height:40px;
	border:1px solid #009be3;
}
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;
}
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:10px;
	width:20px;
	height:20px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:20px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:24px;
}
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") -20px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/jplayer.blue.monday.jpg") 0 -21px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer.blue.monday.jpg") -20px -21px no-repeat;
}
a.jp-stop {
	top:13px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -41px no-repeat;
	width:14px;
	height:14px;
}
div.jp-single-player a.jp-stop {
	left:45px;
}
div.jp-playlist-player a.jp-stop {
	left:63px;
}
a.jp-stop:hover {
	background: url("../images/jplayer.blue.monday.jpg") -15px -41px no-repeat;
}
a.jp-previous {
	left:10px;
	top:13px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -56px no-repeat;
	width:14px;
	height:14px;
}
a.jp-previous:hover {
	background: url("../images/jplayer.blue.monday.jpg") -15px -56px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -70px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../images/jplayer.blue.monday.jpg") -15px -70px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:16px;
	background-color: #ddd;
	width:61px;
	height:8px;
}
div.jp-single-player div.jp-progress {
	left:65px;
}
div.jp-playlist-player div.jp-progress {
	left:82px;
}
div.jp-load-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -101px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -109px repeat-x ;
	width:0px;
	height:8px;
}
a.jp-volume-min {
	top:16px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -85px no-repeat;
	width:9px;
	height:7px;
}
div.jp-single-player a.jp-volume-min {
	left:137px;
}
div.jp-playlist-player a.jp-volume-min {
	left:148px;
}
a.jp-volume-min:hover {
	background: url("../images/jplayer.blue.monday.jpg") -10px -85px no-repeat;
}
a.jp-volume-max {
	top:16px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -93px no-repeat;
	width:9px;
	height:8px;
}
div.jp-single-player a.jp-volume-max {
	left:173px;
}
div.jp-playlist-player a.jp-volume-max {
	left:184px;
}
a.jp-volume-max:hover {
	background: url("../images/jplayer.blue.monday.jpg") -10px -93px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:18px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -125px repeat-x;
	width:23px;
	height:2px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:146px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:157px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.blue.monday.jpg") 0 -128px repeat-x;
	width:0px;
	height:2px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:24px;
	width:61px;
	font-size:.32em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:65px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:82px;
}
div.jp-playlist {
	width:209px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 10px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:189px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist li {
	padding:2px 0 2px 10px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:2px 0 2px 10px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:2px 0 2px 10px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:4px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}