#ubaplayer-fallback {
	display: none;
}

.ubaplayer-button {
display: block;
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 2px solid rgb(216,241,205);
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.ubaplayer-button:before {
  width: 0;
  height: 0;
  border-left: 10px solid rgb(216,241,205);
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  content: "";
  top: 6px;
  left: 8px;
}

.ubaplayer-button.ubaplayer-playing:before {
  width: 3px;
  height: 12px;
  position: absolute;
  content: "";
  top: 6px;
  left: 6.25px;
  border-left: 4.5px solid white;
  border-top: none;
  border-bottom: none;
  border-right: 4.5px solid white;

}

.ubaplayer-button.ubaplayer-loading,
.ubaplayer-button.ubaplayer-playing {
	  border: 2px solid rgb(255,255,255);
}

.ubaplayer-button.ubaplayer-loading:before,
.ubaplayer-button.ubaplayer-loading:hover:before {

	background: url("../img/91.GIF") no-repeat 0 0;
	content: " ";
	height: 28px;
	left: 0;
	position: absolute;
	text-indent: 0!important;
	top: 0;
	width: 23px;
	border:none;

}


#ubaplayer {
	display: 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;
	}
}