.qplayer-play {
	outline: none;
	display: block;
	width: 40px;
	height: 40px;
	background: url(img/player.jpg) no-repeat;
	border: none;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.qplayer-play:hover {
	background: url(img/player.jpg) -41px 0px no-repeat;
}

.qplayer-stop {
	background: url(img/player.jpg) 0px -42px no-repeat;
}

.qplayer-stop:hover {
	background: url(img/player.jpg) -41px -42px no-repeat;
}
