/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold {
	position:relative;
	overflow:hidden;
	width:685px;
	_width:687px;
	height:172px;
	z-index:100
}
div#wn {
	position:relative;
	left:0px;
	top:0px;
	width:685px;
	_width:687px;
	height:172px;
	clip:rect(0px, 685px, 172px, 0px);
	_clip:rect(0px, 687px, 172px, 0px);
	overflow:hidden;
	z-index:1;
}
div#lyr1 {
	position:relative;
	visibility:visible;
	left:0px;
	top:0px;
	z-index:1;
}
/* Inner page CSS
-----------------------------------*/

div#hold2 {
	position:relative;
	overflow:hidden;
	width:880px;
	_width:885px;
	height:167px;
	z-index:100
}
div#wn2 {
	position:relative;
	left:0px;
	top:0px;
	width:880px;
	_width:885px;
	height:175px;
	clip:rect(0px, 880px, 175px, 0px);
	_clip:rect(0px, 885px, 172px, 0px);
	overflow:hidden;
	z-index:1;
}
div#lyr12 {
	position:relative;
	visibility:visible;
	left:0px;
	top:0px;
	z-index:1;
}
