/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:494px; height:310px; z-index:99;
	}
div#hold2	{ 
	position:relative; overflow:hidden;
	width:150px; height:310px; z-index:99; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:494px; height:310px; 
	clip:rect(0px, 4940px, 310px, 0px); 
	overflow:hidden;	
	z-index:3; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:150px; height:191px; 
	overflow:hidden;	
	z-index:3; 
	}

div#lyr1 { 
	position:absolute; 
	left:528px; top:335px; 
	z-index:3; 
	}
div#lyr2 { 
	position:absolute; 
	width:150px; height:300px; 
	left:0px;
	top:20px; 
	z-index:3; 
	}
div#lyr-scrll2A { 
	position:absolute; 
	align:center;
	width:150px; height:10px; 
	left:0px;
	top:0px; 
	z-index:3; 
	}
div#lyr-scrll2B { 
	position:absolute; 
	align:center;
	width:150px; height:10px; 
	left:0px;
	top:0px; 
	z-index:3; 
	}

table#imgTbl {  width:320px; }
table#imgTsxbl td { vertical-align:middle; text-align: justify }

/*table.main td.text { vertical-align:top; text-align:left }
table.scrollLinks td.spacer { height:50px }*/
