/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:0px; top:0px;
  width:285px; height:150px; 
  overflow:hidden; z-index:100 }
div#wn1  { 
  position:absolute; left:0; top:0;
  width:275px; height:150px; 
  clip:rect(0, 285px, 150px, 0); 
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:265px }
div.content { 
  position:absolute; visibility:hidden; 
  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:hidden;
  left:274px; top:0;
  width:11px; height:150px; 
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; left:0; top:12px;
  width:11px; height:126px;
  background: url("img/track.gif")  repeat;
  z-index:1
  }
div#dragBar1 {
  position:absolute; left:0px; top:0px;
  width:11px; height:20px;
  background-color:#D1D0CD;
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  

div#holder2	{ 
	position:relative; 
  left:0px; top:0px;
	width:285px; height:150px; 
  overflow:hidden; z-index:101
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:275px; height:150px; 
	clip:rect(0px, 285px, 150px, 0px); 
	overflow:hidden; z-index:1; 
	}


/* vertical scrollbar for wn2 */    
div#scrollbar2 { 
  position:absolute; visibility:hidden;
  left:274px; top:0;
  width:11px; height:150px; 
  font-size:1px; z-index:2
  }
div#track2 { 
  position:absolute; left:0; top:12px;
  width:11px; height:126px;
  background: url("img/track.gif")  repeat;
  z-index:1
  }
div#dragBar2 {
  position:absolute; left:0px; top:0px;
  width:11px; height:20px;
  background-color:#D1D0CD;
  z-index:1
  }  
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 } 

div#holdernoti	{ 
	position:relative; 
  left:0px; top:0px;
	width:597px; height:250px; 
  overflow:hidden; z-index:101
	}
div#wnnoti	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:580px; height:250px; 
	clip:rect(0px, 585px, 250px, 0px); 
	overflow:hidden; z-index:1; 
	}


/* vertical scrollbar for wn2 */    
div#scrollbarnoti { 
  position:absolute; visibility:hidden;
  left:587px; top:0;
  width:11px; height:250px; 
  font-size:1px; z-index:2
  }
div#tracknoti { 
  position:absolute; left:0; top:12px;
  width:11px; height:226px;
  background: url("img/track.gif")  repeat;
  z-index:1
  }
div#dragBarnoti {
  position:absolute; left:0px; top:0px;
  width:10px; height:20px;
  background-color:#D1D0CD;
  z-index:1
  }  
div#upnoti { position:absolute; left:0; top:0; z-index:2 }  
div#downnoti { position:absolute; left:0; bottom:0; z-index:3 } 
  


