#corner_br {
	bottom: -48px;
}

#controls {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#c_l {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	cursor: pointer;
	background-image: url('/images/clear.png');
}

#c_l a {
	position: absolute;
	left: 20px;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	background-image: url('/images/c_l_c.png');
}

#c_r {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	cursor: pointer;
	background-image: url('/images/clear.png');
}

#c_r a {
	position: absolute;
	right: 20px;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	background-image: url('/images/c_r_c.png');
}

