div.jp-audio {
	margin:0; padding:0;
	width:366px; height:24px;
	overflow:hidden;
}
div.jp-interface {
	position: relative;
	width:366px; height:26px;
	background:transparent url("bg.png") no-repeat 0 0;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:26px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin: 0; padding:0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:13px; height:13px;
	display:block;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:7px; left:13px;
}
a.jp-play {
	background:transparent url("btn.png") no-repeat 0 0;
}
a.jp-play:hover {
	background:transparent url("btn.png") no-repeat 0 -13px;
}
a.jp-pause {
	background:transparent url("btn.png") no-repeat -13px 0;
	display: none;
}
a.jp-pause:hover {
	background:transparent url("btn.png") no-repeat -13px -13px;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:26px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:126px;
}
a.jp-stop {
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:9px; left:50px;
	width:222px;
	height:7px;
}
div.jp-seek-bar {
	background:transparent url("track.png") repeat-x 0 0;
	width:222px; height:7px;
	cursor:pointer;
}
div.jp-play-bar {
	background:transparent url("progress.png") repeat-x 0 0;
	width:0px; height:5px;
	margin:1px 0 0 1px; padding:0;
}
a.jp-mute,
a.jp-unmute {
	width:16px; height:16px;
	overflow:hidden;
	display:block;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:5px; left:293px;
}
a.jp-mute {
	background:transparent url("volume.png") no-repeat 0 0;
}
a.jp-mute:hover {
	background:transparent url("volume.png") no-repeat 0 -16px;
}
a.jp-unmute {
	background:transparent url("volume.png") no-repeat -16px 0;
	display: none;
}
a.jp-unmute:hover {
	background:transparent url("volume.png") no-repeat -16px -16px;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("vtrack.png") no-repeat 0 0;
	width:40px; height:7px;
	cursor:pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:9px; left:310px;
}
div.jp-volume-bar-value {
	background: url("progress.png") repeat-x 0 0;
	width:0px; height:5px;
	margin:1px 0 0 1px; padding:0;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 10px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 5px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}