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:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background: url("/images/vita_music_player.png") 0 0 no-repeat;
	width:457px;
	height:54px;
}
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:31px;
	width:22px;
	height:22px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:86px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:86px;
}
a.jp-play 
{
	background: url("/images/vita_music_player.png") 0 -100px no-repeat;
}
a.jp-play:hover {
	background: url("/images/vita_music_player.png") -22px -100px no-repeat;
}
a.jp-pause {
	background: url("/images/vita_music_player.png") -22px -100px no-repeat;
	/*display: none;*/
}
a.jp-pause:hover {
	background: url("/images/vita_music_player.png") -22px -100px no-repeat;
}
a.jp-stop {
	top:31px;
	background: url("/images/vita_music_player.png") 0 -78px no-repeat;
	width:22px;
	height:22px;
}
div.jp-single-player a.jp-stop {
	left:60px;
}
div.jp-playlist-player a.jp-stop {
	left:60px;
}
a.jp-stop:hover,
a.jp-stop.stopped {
	background: url("/images/vita_music_player.png") -22px -78px no-repeat;
}
a.jp-previous {
	left:34px;
	top:31px;
	background: url("/images/vita_music_player.png") 0 -56px no-repeat;
	width:22px;
	height:22px;
}
a.jp-previous:hover {
	background: url("/images/vita_music_player.png") -22px -56px no-repeat;
}
a.jp-next {
	left:112px;
	top:31px;
	background: url("/images/vita_music_player.png") 0 -122px no-repeat;
	width:22px;
	height:22px;
}
a.jp-next:hover {
	background: url("/images/vita_music_player.png") -22px -122px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:34px;
	width:290px;
	height:15px;
	border:solid 1px #fff;
	background:#000;
}

div.jp-single-player div.jp-progress {
	left:175px;
}
div.jp-playlist-player div.jp-progress {
	left:175px;
}
div.jp-load-bar {
	width:0px;
	height:15px;
	cursor: pointer;
}
#jplayer_load_bar #current-song
{
	position:absolute;
	font-size:10px;
	line-height:15px;
	margin-left:3px;
	color:#fff;
}
div.jp-play-bar {
	background:#555;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:31px;
	background: url("/images/vita_music_player.png") 0 -144px no-repeat;
	width:22px;
	height:22px;
}
div.jp-single-player a.jp-volume-min {
	left:140px;
}
div.jp-playlist-player a.jp-volume-min {
	left:140px;
}
a.jp-volume-min:hover {
	background: url("/images/vita_music_player.png") -22px -144px no-repeat;
}
a.jp-volume-max {
	top:31px;
	background: url("/images/vita_music_player.png") 0 -144px no-repeat;
	width:22px;
	height:22px;
	display:none;
}
div.jp-single-player a.jp-volume-max {
	left:140px;
}
div.jp-playlist-player a.jp-volume-max {
	left:140px;
}
a.jp-volume-max:hover {
	background: url("/images/vita_music_player.png") -22px -144px no-repeat;
}


a.jp-volume {
	top:31px;
	background: url("/images/vita_music_player.png") 0 -144px no-repeat;
	width:22px;
	height:22px;
}
div.jp-single-player a.jp-volume {
	left:140px;
}
div.jp-playlist-player a.jp-volume {
	left:140px;
}
a.jp-volume:hover {
	background: url("/images/vita_music_player.png") -22px -144px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	display:none;
	overflow:hidden;
	top:55px;
	background: url("/images/vita_music_player.png") -44px -57px no-repeat;
	width:82px;
	height:11px;
	cursor: pointer;
	padding-left:2px;
	padding-top:1px;
}
div.jp-single-player div.jp-volume-bar {
	left:140px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:140px;
}
div.jp-volume-bar-value {
	background: url("/images/vita_music_player.png") -46px -69px repeat-x;
	width:1px;
	height:9px;
	border-right:solid 2px #fff;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:17px;
	width:290px;
	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:175px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:175px;
}
div.jp-playlist {
	width:418px;
	display:none;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
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.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:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}

