
@charset "utf-8";
/* CSS Document */

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:1em; /* No parent CSS that can effect the size in these demos */
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#000000;
	width:340px;
	height:80px;
	border:1px solid #333333;
	-moz-border-radius:5px 5px 0px 0px;
}
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:20px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:33px;
}
a.jp-play {
	background: url("joe.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("joe.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("joe.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("joe.png") -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("joe.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("joe.png") -29px -83px no-repeat;
}
a.jp-previous {
	left:5px;
	top:26px;
	background: url("joe.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("joe.png") -29px -112px no-repeat;
}
a.jp-next {
	left:73px;
	top:26px;
	background: url("joe.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("joe.png") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:35px;
	background-color: #ddd;
	width:200px;
	height:5px;
	  text-align:left;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:109px;
	  text-align:left;
}
div.jp-load-bar {
	background: url("joe.png") 0 -202px repeat-x;
	width:0px;
	height:5px;
	cursor: pointer;
	  text-align:left;
}
div.jp-play-bar {
	background: url("joe.png") 0 -218px repeat-x ;
	width:0px;
	height:5px;
}
a.jp-volume-min {
	top:49px;
	background: url("joe.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:244px;
}
div.jp-playlist-player a.jp-volume-min {
	left:221px;
}
a.jp-volume-min:hover {
	background: url("joe.png") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:49px;
	background: url("joe.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:293px;
}
a.jp-volume-max:hover {
	background: url("joe.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:55px;
	background: url("joe.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
	  text-align:left;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:239px;
	
}
div.jp-volume-bar-value {
	background: url("joe.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:100px;
	font-size:.64em;
	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:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:109px;
}
div.jp-playlist {
  width:340px;
  height:175px;

  background-color:#FFFFFF;
  border:1px solid #333333;
  font-size:.72em;	
  -moz-border-radius:0 0 5px 5px;
  text-align:left;

}
div.jp-playlist ul{

/*
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	border-top:none;
	width:378px;
	height:145px;
	font-size:.72em;
	*/

	list-style-type:none;
	padding: 0;
	margin:0 0 10px 0;
/*	background-color:#FFFFFF;
	border:1px solid #333333;*/
	border-top:none;
	width:325px;
  height:300px;
   /* overflow: auto;*/
/*	font-size:.72em;	
  -moz-border-radius:0 0 5px 5px;*/	

}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist-player div.jp-playlist li:hover {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
	background-color:#0082C7; /* #D0E4F0 */
	color:#FFFFFF;
}

div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;

}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}

div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#FFFFFF;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}

div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current:hover {
	color:#FFFFFF;
}