/* CSS Document */

#hold	{
	position:relative;
	overflow:hidden;
	width:375px;
	height:208px;
	z-index:100;
	left: 0px;
	}

/* wn - container for scrolling layers */	
#wn	{ position:absolute; left:0px; top:0px;
	width:375px; height:208px; z-index:1;
	clip:rect(0, 375px, 208px, 0); overflow:hidden }

/* scrolling content layers */	 
#lyr1	{ position:absolute; visibility:hidden; 
	left:0; top:0; z-index:1;  }
	
/* font spec's for layer content (ns4 doesn't inherit) */	
.content	{ font-family: RotisSansSerif, Verdana, "Helvetica CY", sans-serif;
  font-size: 12px; }
