div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:10px; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #000000;
	width: 600px;
	overflow:hidden;
}
div.jp-interface {
	border-top:3px solid black;
height:23px;
padding-top:7px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist{
	text-align: left;
	float:left;
	width:222px;
}


div.jp-playlist ul li{
border-top:1px dashed #808080;
color:#C8C8C8;
font-family:helvetica,Arial;
list-style:none outside none;
padding:2px;
width:475px;
margin-left:10px;
overflow:hidden;
}

div#jplayer_name p {
	margin: 0;
	padding: 0;
	line-height:10px;
}
.jplayer_playlist_item_last {
	border-bottom:1px dashed #808080;
}
div#jplayer_name {
	padding: 6px 0;
	border-top: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
}

div#jplayer_name strong {
	color: #333333;
	font-family: helvetica, arial;
}

div.jp-interface ul.jp-controls {
list-style-type:none;
margin:0 auto;
overflow:hidden;
padding:0;
width:80px;	
}
div.jp-interface ul.jp-controls li {
	float: left;
}
div.jp-interface ul.jp-controls a {
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:12px;
	height:13px;
}

div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
	margin: 0 16px;
}
a.jp-play {
	background: url("play.jpg") 0 0 no-repeat;
	height: 13px;
	width: 12px;
}

.jp-interface .jp-controls li.fox {
	background: url("fox.jpg") 0 0 no-repeat;
	width: 28px;
	height: 16px;
	float: right;
}
a.jp-play:hover {
	background: url("play.jpg") 0 0 no-repeat;
}
a.jp-pause {
	background: url("pause.jpg") 0 0 no-repeat;
}
a.jp-pause:hover {
	background: url("pause.jpg") 0 0 no-repeat;
}

a.jp-previous {
	left:20px;
	top:26px;
	background: url("prev.jpg") 0 0 no-repeat;
	width:17px;
	height:13px;
}
a.jp-previous:hover {
	background: url("prev.jpg") 0 0 no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("next.jpg") 0 0 no-repeat;
	width:17px;
	height:13px;
}
a.jp-next:hover {
	background: url("next.jpg") 0 0 no-repeat;
}
div#img-cover {
	float: left;
	width: 110px;
	clear:both;
}


div.jp-playlist ul li a, div.jp-playlist ul li a:visited{
	color: #c8c8c8;	
}

div.jp-playlist ul li a:hover{
	color: #000000;	
}
div.jp-playlist ul li a.jplayer_playlist_current {
	color: black	
}
div.jp-playlist ul li a.shop, div.jp-playlist ul li a.shop:visited{
background:none repeat scroll 0 0 black;
color:white;
float:right;
font-size:10px;
padding:0 3px;
}
.jp-progress {
clear:both;
overflow: hidden;	
}
#footer-play {
width: 600px;
margin-top:16px;
padding-top:10px;
border-top:1px solid #BFBFBF;	
}

#footer-play a, #footer-play a:visited {
font-family:univ,Helvetica,Arial,sans-serif;
font-size:9px;
text-align:center;
color: black;

}
