ul.player {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.player li { list-style-type:none; }
#ubaplayer-fallback {
	display: none;
}
.ubaplayer-button {
	background: url("../js/UbaPlayer/img/btn.png") no-repeat 20px 12px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 25px;
	position: relative;
	width: 200px;
 color:#ec971f;
}
.ubaplayer-button:hover {
	background-position: 20px -28px;
}
.ubaplayer-button.ubaplayer-playing {
	background-position: 20px -68px;
}
.ubaplayer-button.ubaplayer-playing:hover {
	background-position: 20px -108px;
}
.ubaplayer-button.ubaplayer-loading:after,
.ubaplayer-button.ubaplayer-loading:hover:after {
	background: url("../js/UbaPlayer/img/loading.gif") no-repeat 20px 7px;
	content: " ";
	height: 28px;
	left: 0;
	position: absolute;
	text-indent: 0!important;
	top: 0;
	width: 20px;
}
#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;
	}
}