#ubaplayer-fallback {
	display: none;
}

.ubaplayer-button {
    background: url("../btn.png") no-repeat 25px 5px;
    display: block;
    cursor: pointer;
    margin: 0 0 0;
    width: auto;
    padding: 0 0 0 50px;
    font-size: 15px;
    line-height: 28px;
}
.ubaplayer-button:hover {
	background-position: 25px -35px;
}

.ubaplayer-button.ubaplayer-playing {
	background-position: 25px -75px;
}

.ubaplayer-button.ubaplayer-playing:hover {
	background-position: 25px -115px;
}

.ubaplayer-button.ubaplayer-loading:after,
.ubaplayer-button.ubaplayer-loading:hover:after {
	background: url("loading.gif") no-repeat 0 7px;
	content: " ";
	height: 28px;
	left: 0;
	position: absolute;
	text-indent: 0!important;
	top: 0;
	width: 20px;
display:none;
}

#ubaplayer {
	display: none;
}
.trackshow {
  color:#fff;  
  float:left;
  margin: 10px 0 0 10px;
}

button {
    background-color: #9f572e;
    border: 1px solid #9f572e;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 25px;
    padding: 0 15px;
}

.mybtn {
    background-color: #53b9cf;
    border: 1px solid #53b9cf;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 10px 4px 10px !important;
	text-decoration:none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)  {
	.ubaplayer-button {
		background-position: 0px -70px;
		background-size: 20px 250px;
	}

	.ubaplayer-button:hover {
		background-position: 0 -107px;
	}

	.ubaplayer-button.playing {
		background-position: 0 -144px;
	}

	.ubaplayer-button.playing:hover {
		background-position: 0 -180px;
	}
}
.ubaplayer-controls li {
    width: 100%;
    text-align: left;
    padding: 5px 0;
    font-size: 19px;
   
    line-height: 28px;
    padding-left: 0px;
    box-sizing: border-box;
}
.ubaplayer-controls li input {
    float: left;
    margin-top: 7px;
}
.audio_playlist ul {
    padding: 15px;
}