/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative;
	width:100%; height:126px; z-index:100
	}
div#wn	{ 
	position:relative; 
	left:0px; top:0px; 
	width:100%; height: 126px; 
	overflow:hidden;
	z-index:1;
	}
div#lyr1	{
	position:absolute;
	height:126px;
	left:0px;
	top:0px;
	z-index:1;
	width: 100%;
	}
div#imghere {
position:relative;
width:128px;
}
table.main { 
  width:762px; margin:auto;
    }
td.arrows a { padding:0 1em }
td.footer { text-align:center; margin:.8em 0 .6em }  
.content {
height:126px;
}
