/* hold div contains both scrolling content areas in this example */
div#hold {
	position:relative;
	overflow:hidden;
	width:220px;
	height:220px;
	z-index:1;
	left: 0;
	top:0;
	}
div.content	{
	position:absolute;
	left:0px;
	top:0px;
	color: #7A7878;
	z-index:1;
	width: 215px;
	height: 683px;
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:15px; 
	width:215px; height:168px; 
	clip:rect(0px, 235px, 230px, 0px); 
	overflow:hidden;	
	z-index:2; 
	}
	
div#controls { 
  position:absolute; left:0; top:0px; width:225px; z-index:3;
  }
  
div#controls2 { 
  position:absolute; left:0px; top:0px;
  width:231px; height:236px; z-index:4;
  }
div#up {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 215px;
	height: 15;
}  
div#down {
	position:absolute;
	left:0px;
	bottom:38px;
	z-index:2;
	width: 215px;
	height: 20;
}  

/* Styles for site, not necessary for scrolling layers */  

body 		{scrollbar-base-color: #333333;
			scrollbar-arrow-color: #333333;
			scrollbar-shadow-color: #333333;
			scrollbar-face-color: #7A7878;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-darkshadow-color: #FFFFFF;
			scrollbar-track-color: #FFFFFF;
  			overflow:hidden; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #7A7878;
			text-decoration: none}
			

a.body		{font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #7A7878;
			text-decoration: underline}

a.body:hover	{font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #000000;
			text-decoration: underline}
			
						
			

h1 { 
  font-size:1.4em; 
  margin:0 0 2em 0; 
  }
a:link { color:#7A7878 }	
a:visited { color:#7A7878 }	
img { border:none }
div.content p { margin:.4em 0 }
div#controls  { text-align:center }
div#controls img { margin:0 1em }
