div#hold	
{ 
	position:relative; overflow:hidden;
	width:350px; height:235px; 
  	z-index:1; 
}
div#wn	
{
	position:absolute;
	left:0px;
	top:0px;
	width:350px; 
	height:235px; 
	clip:rect(0px,350px,235px,0px);
	overflow:hidden;
	z-index:2;
}
div.content 
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	visibility: hidden;
}