/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */


	
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:840px; 
	height:420px; 
	z-index:100;
	top:0px;
	left:60px; 
	#left:0px; 
	}
td.top{ 
    vertical-align:top !important
    

 }

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

#lyr1 .img{ 
    margin-left:0px

}
  
/* Styles for demo, not necessary for scrolling layers */  

.arrows  { 
     position:absolute;
	 top:200px;
	 left:-11px;
	 z-index:200}
.arrows2  { 
     position:absolute;
	 top:200px;
	 left:927px;
	 z-index:200}
