/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:132px; height:180px; z-index:100; 
	/*background-color:#00FF00;*/
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:132px; height:180px; 
	clip:rect(0px, 132px, 180px, 0px); 
	overflow:hidden;	
	z-index:99; 
	/*background-color:#FFFF66;*/
	}
div#lyr1 { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:99; 
	}

table#imgTbl { width:132px }
table#imgTbl td { height:180px; vertical-align:top; text-align:left }
