div.square {
	position:relative;
	width:444px;
	height:211px;
	z-index:5;
	clip: rect(3,auto,auto,3);
	overflow: hidden;
	border:0;
}
div.total{
	position:absolute; 
	left:0px; 
	top:0px;
	width:444px; 
	height:auto;
	/*height:0px;*/
	z-index:3;
	border:0;
}