/* hold div contains both scrolling content areas in this example */

div.content	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
}

div#wn2	{ 
	position:relative; 
	left:0px;
	top:0px; 
	width:464px;
	height:390px; 
	clip:rect(0px,464px,390px,0px); 
	overflow:hidden;	
	z-index:2;
}

div#controls11 { 
	position:relative;
	left:0px;
	top:0px;
	width:26px;
	height:121px;
	z-index:4;
 }
div#controls12 { 
	position:relative;
	left:0px;
	top:0px;
	width:26px;
	height:121px;
	z-index:4;
}

div#up {
	position:relative;
	left:0;
	top:0;
	z-index:1;
}

div#down {
	position:relative;
	left:0;
	bottom:0;
	z-index:2;
}  

div#controls  {
	text-align:center
}

div#controls img {
	margin:0 1em
}

