﻿#musicPlayerHolder
{
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    background:url("images/mp3PlayerBg.jpg") repeat-x scroll 0 0 #0E1114;
    border:#009BE3 solid 2px;
    border-top:none;
    height:74px;
    padding:20px 15px 5px;
    position:relative;
    right:-25px;
    width:255px;
}   
#jplayerTrack
{
color:#64BEE8;
display:block;
font-size:12px;
height:18px;
line-height:18px;
overflow:hidden;
text-align:left;
width:200px;
}

div.jp-single-player,
div.jp-playlist-player {
font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #b5b4b4;
background:transparent url(images/mp3TransBg.png) top left repeat-x;
height:44px;
padding:10px;
 -moz-border-radius: 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
   

}
div.jp-interface  
{
position:relative;
overflow:hidden;
height:50px;
}
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;
	position:absolute;
    right:181px;
    top:21px;
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:0px;
	width:16px;
	height:16px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:40px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	right:0px;
}
li.jp-play {
	background: url("images/mp3PlayBtn.png") 0 0 no-repeat;
	z-index:2000;
}
li.jp-play:hover {
	background: url("images/mp3PlayBtn.png") 0 -16px no-repeat;
}
li.jp-pause {
	background: url("images/mp3PauseBtn.png") 0 0 no-repeat;
	z-index:2001;
}
li.jp-pause:hover {
	background: url("images/mp3PauseBtn.png") 0 -16px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:26px;
	background: url("images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:90px;
}
div.jp-playlist-player li.jp-stop {
	left:126px;
}
li.jp-stop:hover {
	background: url("images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:20px;
	top:26px;
	background: url("images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
li.jp-next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
background:#858585;
height:10px;
overflow:hidden;
position:absolute;
top:25px;
width:135px;
z-index:900;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:60px;
}
div.jp-load-bar 
{
   
background:url("images/progressBg.jpg") repeat-x scroll left top #DDDDDD;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:8px;
	margin-top:1px;
/*	 -moz-border-radius:2px;
    -webkit-border-radius:2px;*/
}
li.jp-volume-min {
	position: absolute;
	top:32px;
	background: url("images/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
	left:296px;
}
li.jp-volume-min:hover {
	background: url("images/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:32px;
	background: url("images/jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:368px;
}
li.jp-volume-max:hover {
	background: url("images/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:42px;
	background: url("images/jplayer.blue.monday.jpg") 0 -250px repeat-x;

	width:15px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:215px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:0px;
}
div.jp-volume-bar-value {
	background: url("images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:20px;
	width:235px;
	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:0px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
left:0px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}
