.hammer {
	left: -15px;
	top: 40px;
}

.channel{
	overflow: hidden;
}

.play-score,
.hammer,
.pops {
	display: none;
}

.pops {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.pops .pops-block {
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
}
.play-score{
	position: absolute;
	top: 0;
	right: 0;
	color: #ffce09;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}