#buttonPlayer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.base {
	position: absolute;
	height: 70px;
	width: 70px;
	border: 0;
	border-radius: 35px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0s linear;
	transition: transform 0s linear;
}

.color {
	background: #eb8 url('time.png');
	background-size: 100%;
}

.play {
	top: 10px;
	left: 10px;
	height: 50px;
	width: 50px;
	border: 0;
	border-radius: 25px;
	background: transparent url('play.png');
	background-size: 100%;
}

.blink {
	top: 10px;
	left: 10px;
	height: 50px;
	width: 50px;
	border: 0;
	border-radius: 25px;
	background: transparent;
}

.pause {
	top: 10px;
	left: 10px;
	height: 50px;
	width: 50px;
	border: 0;
	border-radius: 25px;
	background: transparent url('pause.png');
	background-size: 100%;
}

.line {
	top: 10px;
	left: 10px;
	height: 50px;
	width: 50px;
	border: 0;
	border-radius: 25px;
	background: url('time.png');
	background-size: 100%;
}

