/* Styles for demo, not necessary for scrolling layers */  
body { font: 11px/15px Arial, Helvetica, sans-serif; overflow:hidden }
h1 { font-size:1.4em }
h2 { font-size:1.2em }
h1, h2, p { margin:0 0 .5em 0 }
a:link { color:#33c }	
a:visited { color:#339 }	
a img { border:none;  }

/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:absolute; left:385px; top:150px;
  width:390px; height:450px; 
  overflow:hidden; z-index:100 }
div#wn1  {
	position:absolute;
	left:0;
	top:0;
	width:380px;
	height:430px;
	clip:rect(0, 400px, 430px, 0);
	overflow:hidden;
	z-index:1;
	visibility: visible;
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:390px }
div.content { 
  position:absolute; 
  left:0; top:0; z-index:1 
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; visibility:visible;
  left:375px; top:0;
  width:11px; height:440px; 
  font-size:1px; z-index:2
  }
div#track1 {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:416px;
	background-color:#DDDDDD;
	z-index:1;
	visibility: visible;
  }
div#dragBar1 {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:20px;
	background-color:#EEEEEE;
	z-index:1;
	visibility: visible;
  }  
div#up1 {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	visibility: visible;
}  
div#down1 {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	visibility: visible;
}  

