/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold {
	position:relative;
	overflow:hidden;
	width:504px;
	height:135px;
	z-index:100
}
div#wn {
	position:relative;
	left:0px;
	top:0px;
	width:504px;
	height:104px;
	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 {
	overflow:hidden;
	width:453px;
	z-index:100;
	height:160px;
position:relative;
float:left;
margin:0px;
padding:0px 2px 7px 2px;
}
div#wn2 {

	left:0px;
	top:0px;
	width:453px;
	height:160px;
position:relative;
	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;
	float:left;
	top:0px;
	z-index:1;
}

