/* hold div contains both scrolling content area and links in this example */
div#hold	{ 
	position:relative; overflow:hidden;
	width:357px; height:250px; z-index:100; 
}

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:357px; height:250px; 
	clip:rect(0px, 357px, 250px, 0px); 
	overflow:hidden;	
	z-index:1; 
}

div.content {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:2;
	background-color: #FFFFFF;
}
  
div#loading { visibility:visible; z-index:1 }
div#linksLyr { position:relative; z-index:3 }
table#imgTbl td { width:357px; }
