
/* Styles for demo, not necessary for scrolling layers */  

a img { border:none;  }
div#footer { position:absolute; left:10px; top:280px; z-index:103 }

/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position: absolute; 
  top:327px;
  width:258px; 
  height:180px; 
  overflow:hidden; z-index:100;

}
div#wn1 { 
  position:absolute; top:0;
  width:258px; height:180px; 
  clip:rect(0, 258px, 180px, 0); 
  overflow:hidden; z-index:1
}
/* op7 needs width set here too (?) */  
div#lyr1 { width:220px }
div.content { 
  position:absolute; visibility:hidden; 
   top:0; z-index:1 
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:relative; visibility:hidden;
	left: 248px;	 top:0;
  width:10px; height:180px; 
  font-size:1px; z-index:2
}

div#track1 { 
  position:absolute;  top:10px;
  width:10px; height:160px;
  background: url("/fileadmin/images/nav/track.gif") #CECED6 repeat;
  z-index:1;
}

div#dragBar1 {
  position: absolute; 
  top: 1px;
  width: 10px; 
  height: 10px;
 background-color:#808080;
  z-index: 1;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
    }  
div#up1 { position:absolute; left:0; top:0; z-index:2; height: 9; width: 10;}  
div#down1 { position:absolute; left:0; bottom:0; z-index:3; height: 9; width: 10;}  

div#holder2	{ 
	position:absolute; 
	top:0px;
	width:265px; height:180px; 
  overflow:hidden; z-index:101;

	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:220px; height:155px; 
	clip:rect(0px, 220px, 155px, 0px); 
	overflow:hidden; z-index:1; 
	}

table#imgTbl td { vertical-align:middle; text-align:center }

/* vertical scrollbar for wn2 */    
div#scrollbar2 { 
	position:relative; visibility:hidden;
	 top:0;
	 left: 255px;
	width:10px; height:180px; 
	font-size:1px; z-index:2
}
div#track2 {
	position:absolute; left:0; top:10px;
	width:10px; height:159px;
	background: url("/fileadmin/images/nav/track.gif") #CECED6 repeat;
	z-index:1;
}
div#dragBar2 {
	position:absolute; top:1px;
	width:10px; height:10px;
	background-color:#808080;
	z-index:1;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
div#up2 { position:absolute; left:0; top:0; z-index:2; height: 9; width: 10; }
div#down2 { position:absolute; left:0; bottom:0; z-index:3; height: 9; width: 10; }

