div#hold	{
	position:relative; overflow:hidden;
	width:500px; height:200px; z-index:100;
	text-align: center;
}
div#wn {
	position:absolute;
	left:0px; top:0px;
	width:180px; height:112px;
	clip:rect(0px, 180px, 112px, 0px);
	overflow:hidden;
	z-index:1;
}
div.content {
	position:absolute; visibility:hidden;
	left:0px; top:0px;
	z-index:2;
}
div#loading { visibility:visible; z-index:1 }
div#linksLyr { position:absolute; left:250px; top:0; z-index:3 }
div#linksLyr td { white-space:nowrap; }
table#imgTbl { width:720px }
table#imgTbl td { width:180px; height:112px; vertical-align:top; text-align:center }