 #title-song {

    display: block;
	height:5px;
    padding: 4px;
    border-radius: 0px;
   /* background: #000; */
    color: #b240b2;
    margin: 0px;
	background: rgba(21,19,21,1);
background: -moz-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,19,21,1)), color-stop(7%, rgba(25,24,27,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151315', endColorstr='#000000', GradientType=0 );
}
#playerHTML5 {
  /*  background: #020202; */
    
    height:38px;
    border: 1px solid transparent;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	background: rgba(77,71,77,1);
background: rgba(21,19,21,1);
background: -moz-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(8,8,8,1) 47%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,19,21,1)), color-stop(7%, rgba(25,24,27,1)), color-stop(47%, rgba(8,8,8,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(8,8,8,1) 47%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(8,8,8,1) 47%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(8,8,8,1) 47%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(21,19,21,1) 0%, rgba(25,24,27,1) 7%, rgba(8,8,8,1) 47%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151315', endColorstr='#000000', GradientType=0 );;}
#audiojs_wrapper0 {
    width: inherit;
    height: 38px;
    position: relative;
}
.audiojs audio {
     
    display: none;
}

 .audiojs {
    width: 460px;
    height: 36px;
    
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
   
}
.audiojs .scrubber {
    position: relative;
    float: left;
    width: 149px;
    background: black;
    height: 8px;
    margin: 10px;
    border-top: 0;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
    margin-top: 13px;
    border: 1px solid #3b3b3b;
}
.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
     background-image:none;
    background-image: none;
}
.audiojs .time {
float: none;
border-left: none;
position: absolute;
right: 24px;
top: 6px;
padding: 1px 6px;
height: 20px;
border: 1px solid #3b3b3b;
line-height: 21px;
border-radius: 3px;
font-size: 8px;
}
.audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #b240b2;
    z-index: 1;
    background-image: none;
 }
.sidebarBest5 .content P {
    color: #FFF;
    padding:none;
}
.audiojs .play {
    background: url("player-graphics.gif") -3px -3px no-repeat;
}
.audiojs .play-pause {
    width: 24px;
    height: 23px;
    margin: 6px;
    float: left;
    padding: 0;
    overflow: hidden;
    border-right:none;
    border: 1px solid #3B3B3B;
    border-radius: 5px;
}
.audiojs .play {
    background: url("player-graphics.gif") -3px -3px no-repeat;
}
.audiojs .pause {
    background: url("player-graphics.gif") -2px -93px no-repeat;
}
.audiojs {
    font-family: monospace;
    font-size: 10px;
}

.audiojs {
    height: 22px;
    background: #000; /* Dark black background */
    background-image: -moz-linear-gradient(center top, #333 0%, #222 50%, #111 51%, #000 100%); /* Dark gray gradient */
    background-image: -webkit-linear-gradient(center top, #333 0%, #222 50%, #111 51%, #000 100%);
    background-image: -o-linear-gradient(center top, #333 0%, #222 50%, #111 51%, #000 100%);
    background-image: linear-gradient(to bottom, #333 0%, #222 50%, #111 51%, #000 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

#player{
	display: none;
}
/* Adjust the volume and stop buttons */
.volume {
    width: 14px;
    height: 16px;
    top: 11px;
    background: transparent url('audio.png') 0px 0;
    content: "";
    display: inline-block;
    right: 4px;
    position: absolute;
    z-index: 1111111;
    background-size: 14px;
    overflow: hidden;
    cursor: pointer;
}

.stop {
    width: 10px;
    height: 14px;
    top: 11px;
    background: transparent url('audio.png') 0px 15px;
    content: "";
    display: inline-block;
    right: 8px;
    position: absolute;
    z-index: 1111111;
    background-size: 14px;
    overflow: hidden;
    cursor: pointer;
}
.audiojs .loading {
    background: url("player-graphics.gif") -2px -33px no-repeat;
}



