/* --- Scroll Area 1 --- */
div#hold1 { 
	position:relative; 
	overflow:hidden;
	width:236px; 
	height:237px; 
  	z-index:100; 
}
div#wn1 { 
	position:absolute; 
	left:36px; top:0px; 
	width:200px; 
	height:220px; 
	clip:rect(0px, 236px, 220px, 0px);
	overflow:hidden;	
	z-index:1; 
}
div#content1 { 
	position:absolute; 
	visibility:visible;
	left:0px; 
	top:0px; 
	z-index:1; 
}
/* --- Scroll Area 2 --- */
div#hold2 { 
	position:relative; 
	overflow:hidden;
	width:325px; 
	height:136px; 
  	z-index:100; 
}
div#wn2 { 
	position:absolute; 
	left:17px; top:0px; 
	width:308px; 
	height:129px; 
	clip:rect(0px, 325px, 129px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div#content2 { 
	position:absolute; 
	visibility:hidden;
	left:0px; 
	top:0px; 
	z-index:1; 
}
div#scrollbar2 { 
	position:relative; 
	top:0;
	width:11px; 
	height:129px; 
	font-size:1px; 
	z-index:1;
}
div#track2 { 
	position:absolute; left:3px; top:12px;
	width:0px; height:105px;
	background: url("images/track.gif") #336 repeat;
	z-index:1;
}
div#dragBar2 {
	position:absolute; left:4px; top:1px;
	width:0px; height:20px;
	background-color:#ceced6;
	z-index:1;
}  
/* --- Scroll Area 3 --- */
div#hold3 { 
	position:relative; 
	overflow:hidden;
	width:325px; 
	height:100px; 
  	z-index:100; 
	top:10px; 
}
div#wn3 { 
	position:absolute; 
	left:17px; top:0px; 
	width:308px; 
	height:73px;
	clip:rect(0px, 325px, 73px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div#content3 { 
	position:absolute; 
	visibility:hidden;
	left:0px; 
	top:0px; 
	z-index:1; 
}
div#scrollbar3 { 
	position:relative; 
	top:10px;
	width:11px; 
	height:73px; 
	font-size:1px; 
	z-index:1;
}
div#track3 { 
	position:absolute; left:3px; top:12px;
	width:0px; height:49px;
	background: url("images/track.gif") #336 repeat;
	z-index:1;
}
div#dragBar3 {
	position:absolute; left:4px; top:1px;
	width:0px; height:20px;
	background-color:#ceced6;
	z-index:1;
}  