/* Styles for demo, not necessary for scrolling layers */  
/*body { font: 12px verdana, 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;  }*/
div#footer { position:absolute; left:10px; top:280px; z-index:103 }

/* Styles for scrolling layers and scrollbars  */
div#holder1 {
	position: relative;
	width:324px;
	height:421px;
	float:left;
	right: 0px;
	top: 10px;
	margin-left: 20px;
	text-align:left;
	margin-right:0px!important;
	overflow:hidden;
	z-index:1;
	visibility: visible;
}
div#wn1  {
	position:absolute;
	left:0px;
	top:0px;
	width:324px;
	height:421px;
	clip:rect(0, 319px, 421px, 0);
	overflow:hidden;
	z-index:1;
	visibility: visible;
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:295px}
div.content {
	position:absolute;
	visibility:visible;
	left:0;
	top:0;
	z-index:200;
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 {
	position:absolute;
	visibility:visible;
	left:310px;
	width:11px;
	height:150px;
	font-size:1px;
	z-index:2;
	bottom: 0px;
  }
div#track1 {
	position:absolute;
	left:0px;
	top:12px;
	width:11px;
	height:126px;
	background: url("../images/nav/track.gif") #CEC8BB repeat;
	z-index:1;
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#f2efe0;
  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;
	width:663px;
	height:421px;
	float:left;
	right: 0px;
	top: 10px;
	left: 20px;
	/*margin-left: 10px;*/
	text-align:left;
	margin-right:0px!important;
	overflow:hidden;
	z-index:1;
	visibility: visible;
	}
div#wn2	{ 
	position:absolute;
	left:0px;
	top:0px;
	width:663px;
	height:421px;
	clip:rect(0, 663px, 421px, 0);
	overflow:hidden;
	z-index:1;
	visibility: visible;
	}
div#lyr2 { width:624px; z-index:300;}
table#imgTbl td { vertical-align:middle; text-align:center }

/* vertical scrollbar for wn2 */    
div#scrollbar2 { 
  	position:absolute;
	visibility:visible;
	left:641px;
	width:11px;
	height:150px;
	font-size:1px;
	z-index:2;
	bottom: 0px;
  }
div#track2 { 
 position:absolute;
	left:0px;
	top:12px;
	width:11px;
	height:126px;
	background: url("../images/nav/track.gif") #CEC8BB repeat;
	z-index:1;
  }
div#dragBar2 {
   position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#f2efe0;
  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 } 
  
/* Horizontal scrollbar for wn3 */  
div#scrollbar3 { 
  position:absolute; visibility:hidden;
  left:0; top:150px;
  width:130px; height:11px;
  font-size:1px; z-index:3
  }
div#track3 { 
  position:absolute; left:12px; top:0;
  width:106px; height:11px; 
  background: url("/images/nav/track.gif") #336 repeat;
  z-index:1
  }
div#dragBar3 {
  position:absolute; left:1px; top:1px;
  width:20px; height:9px; 
  background-color:#ceced6; z-index:1
  }  
div#left3 { position:absolute; left:0; top:0; z-index:2 }  
div#right3 { position:absolute; right:0; top:0; z-index:3 }  

