ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#ubaplayer-fallback {
	display: none;
	}

.ubaplayer-button {
	background: url("../img/uba/ikona-off.png") no-repeat 0 0px;
	display: block;
	cursor: pointer;
	margin-leftx: 200px;
	paddingx: 10px 10px 10px 25px;
	positionx: relative;
	position: absolute;
	width: 20px;
	height:20px;
	background-size:100% 100%;
	borderx: 1px solid red;
	line-heightx:130px;
	floatx:left;
	}
.ubaplayer-button:hover {
	background:  url("../img/uba/ikona-off.png") no-repeat 0 0px;
	opacity: 0.5;
	background-positionx: 0 0px;
	background-size:100% 100%;
	}

.ubaplayer-button.ubaplayer-playing {
	background: url("../img/uba/ikona-on.png") no-repeat 0 0px;
	background-size:100% 100%;
	}
.ubaplayer-button.ubaplayer-playing:hover {
	background: url("../img/uba/ikona-on.png") no-repeat 0 0px;
	opacity: 0.5;
	background-size:100% 100%;
	background-positionx: 0 0px;
	}
.ubaplayer-button.ubaplayer-loading:after,
.ubaplayer-button.ubaplayer-loading:hover:after {
	background: url("../img/uba/loading.gif") no-repeat 0 0px;
	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: url("../img/uba/ikona-off.png") no-repeat 0 0px;
	background-size:40% 40%;
	background-positionx: 0px 0px;
	}
.ubaplayer-button:hover {
	background: url("../img/uba/ikona-off.png") no-repeat 0 0px;
	opacity: 0.5;
	background-size:40% 40%;
	background-positionx: 0 0px;
	}
.ubaplayer-button .playing {
	background: url("../img/uba/ikona-on.png") no-repeat 0 0px;
	background-size:40% 40%;
	background-positionx: 0 0px;
	}
.ubaplayer-button.playing:hover {
	background: url("../img/uba/ikona-on.png") no-repeat 0 0px;
	opacity: 0.5;
	background-size:40% 40%;
	background-positionx: 0 0px;
	}
}
*/