
/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:0px; top:0px;
  width:300px; height: 225px; 
  overflow:hidden; z-index:100 
  }
div#wn1  { 
  text-align: center; 
  position:absolute; left:0; top:0;
  width:300px; height: 225px; 
  clip:rect(0, 300px, 225px, 0); 
  overflow:hidden; z-index:1
  }
div#lyr1 { text-align: center; width:300px }



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


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

table#imgTbl td { vertical-align:top; text-align:left }

/* vertical scrollbar for wn2 */    
div#scrollbar2 { 
  position:relative; visibility:hidden;
  left:0px; top:0;
  width:11px; height: 225px; 
  font-size:1px; z-index:2
  }
div#track2 { 
  position:absolute; left:0; top:0px;
  width:11px; height:225px;
  background-color: #494949;
  z-index:1
  }
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#c6c8ca;
  z-index:1
  }
.ProjTable {
  	margin-left: 35px;
  }  