/* for scrolling layers  
Specify width and height in hold_vertical and wn_vertical, and in clip for wn_vertical */
div#hold_vertical	{ 
	position:relative; overflow:hidden;
	width:149px; height:331px; z-index:100; 
	}
div#hold_vertical_right	{ 
	position:relative; overflow:hidden;
	width:327px; height:350px; z-index:100;
	}
div#wn_vertical	{
	position:absolute;
	left:0px; top:0px;
	width:125px; height:300px;
	clip:rect(0px, 130px, 374px, 0px);
	overflow:hidden;
	z-index:1;
	margin-top:3px;
	}
div#wn_vertical_right{
	position:absolute;
	left:0px; top:0px;
	width:312px; height:340px;
	clip:rect(0px, 327px, 374px, 0px);
	overflow:hidden;
	z-index:1;
	margin-top:3px;
	}
div#lyr2 { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
div#lyr2_right { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1;
	}
table#imgTbl_vertical {
	width:70px;
	}
table#imgTbl_vertical_right {
	width:327px;
	}
table#imgTbl_vertical td { height:100px; vertical-align:middle; text-align:left;}

table.main { 
  width:159px; margin:auto;
  border:1px solid #999; 
  }
table.main td.text { vertical-align:top; text-align:left }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
  margin-top:10px;
  position:relative; left:0; top:0;
  width:6px; height:315px;
  font-size:1px;
  z-index:1;
  }
div#scrollbar_right {
  margin-top:10px;
  position:relative; left:0; top:0;
  width:6px; height:330px;
  font-size:1px;
  z-index:1;
  }
div#track { 
  position:absolute; left:0; top:8px;
  width:11px; height:297px;
  background: url("../images/track.gif") repeat;
  z-index:1;
  border-right:2px solid #F1F1F1;
  }
div#track_right{ 
  position:absolute; left:0; top:8px;
  width:11px; height:314px;
  background: url("../images/track.gif") repeat;
  z-index:1;
  border-right:2px solid #F1F1F1;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:9px;height:20px;
  border-width:1px;
  border-color:#DADADA;
  border-style:solid;
  background-color:#fff;
  z-index:1;
  }
div#dragBar_right {
  position:absolute; left:1px; top:0px;
  width:9px;height:20px;
  border-width:1px;
  border-color:#DADADA;
  border-style:solid;
  background-color:#fff;
  z-index:1;
  }
div#up { position:absolute; left:0; top:0; z-index:2 }
div#up_right { position:absolute; left:0; top:0; z-index:2 }
div#down { position:absolute; left:0; bottom:0; z-index:3 }
div#down_right { position:absolute; left:0; bottom:0; z-index:3 }