/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#holdV	{ 
	position:relative; overflow:hidden;
	width:221px; height:426px; z-index:100; 
    max-height: 426px;
    min-height: 426px;	
	}
div#wnV	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:221px; height:426px; 
	clip:rect(0px, 221px, 426px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1V { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1;
	}

table#imgTbl { background-color:#fff; width:168px }
table#imgTbl td { height:168px; vertical-align:middle; text-align:center }

/* Styles for demo, not necessary for scrolling layers */  

