/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:340px; height:260px; 
  z-index:100; 
	}
.hold2	{ 
	position:relative; overflow:hidden;
	width:358px; height:360px; 
  	z-index:100; 
}
.hold3	{ 
	position:relative; overflow:hidden;
	width:460px; height:260px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:340px; height:260px; 
	clip:rect(0px, 340px, 260px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
.wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:358px; height:360px; 
	clip:rect(4px, 358px, 360px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}	
.wn3	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:460px; height:260px; 
	clip:rect(0px, 460px, 260px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:10px; height:260px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:10px; height:238px;
  background-color:#E6E6E6;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:100px;
  background-color:#8C8F91;
  z-index:1;
  }  
  
div#lyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	
}

div#lyr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	
}

div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  


div#hold2	{ 
	position:relative; overflow:hidden;
	width:230px; height:212px; 
  z-index:100; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:230px; height:212px; 
	clip:rect(4px, 230px, 191px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	

div.content2 { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:relative; left:0; top:0;
  width:10px; height:212px; 
  font-size:1px; z-index:1;
  }
div#track2 { 
  position:absolute; left:0; top:12px;
  width:10px; height:186px;
  background-color:#E6E6E6;
  z-index:1;
  }
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:100px;
  background-color:#8C8F91;
  z-index:1;
  }  
  

div#lyr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	
}


/**********************************/


div#holdstaff	{ 
	position:relative; overflow:hidden;
	width:355px; height:280px; 
  z-index:100; 
	}
div#wnstaff	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:355px; height:280px; 
	clip:rect(0px, 340px, 256px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	

div.contentstaff { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	width:336px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbarstaff { 
  position:relative; left:0; top:0;
  width:10px; height:280px; 
  font-size:1px; z-index:1;
  }
div#trackstaff { 
  position:absolute; left:0; top:12px;
  width:10px; height:255px;
  background-color:#E6E6E6;
  z-index:1;
  }
div#dragBarstaff {
  position:absolute; left:1px; top:1px;
  width:9px; height:100px;
  background-color:#8C8F91;
  z-index:1;
  }  
  

div#lyrstaff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	
}





