/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#holdVYear	{ 
	position:relative; overflow:hidden;
	width:46px; height:380px; z-index:100; 
	margin-top: 5px;
	}
div#wnVYear	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:46px; height:380px; 
	clip:rect(0px, 46px, 380px, 0px); 
	overflow:hidden;	
	z-index:1; 

	}
div#lyr1VYear { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 

	}

table#imgTbl { background-color:#fff; width:200px }
table#imgTbl td { height:200px; vertical-align:middle; text-align:center }

 
