#holder1 { position:relative; width:922px; height:180px; z-index:1; overflow:hidden;}
div#wn1 {
	position:relative;
	width:922px;
	height:180px;
	z-index:1;
	clip:rect(0, 922px, 180px, 0);
	overflow:hidden;
	left: 0px;
	top: 0px;
  }
div#cnt1 {
	position:relative;
	z-index:1;
}


#holder2 { position:relative; width:130px; height:200px; z-index:1;}
div#wn2 {
	position:absolute;
	width:130px;
	height:200px;
	z-index:1;
	clip:rect(0, 130px, 200px, 0);
	overflow:hidden;
	left: 0px;
	top: 0px;
  }
div#cnt2 {
	position:absolute;
	z-index:1;
	left: 0px;
}
div#cnt2 td { 
	width:130px; height:200px;
	text-align:center; vertical-align:middle; }
div#cnt2 td img { display:block; }