/* 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;
	height:85px; z-index:100;
	}
div#wn_vertical	{
	position:absolute;
	left:0px; top:0px;
	width:454px; height:85px;
	clip:rect(0px, 454px, 86px, 0px);
	overflow:hidden;
	z-index:1;
	margin-top:0px;
	}
div#lyr2 { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1;	
	}
table#imgTbl_vertical {
	width:454px;
	}
table#imgTbl_vertical td { height:15px;vertical-align:middle; text-align:left;padding-left:2px;}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
  position:relative; left:0; top:0;
  width:12px; height:85px;
  font-size:1px;
  z-index:1;
  }
div#track { 
  position:absolute; left:0; top:14px;
  width:7px; height:56px;
  /*background: url("../images/track.gif") repeat-x;*/
  z-index:1;
  margin-left:1px;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:7px;height:10px;
  background-color:#0A89AD;
  z-index:1;
  }
div#up { position:absolute; left:0px; top:3px; z-index:2 }
div#down { position:absolute; left:0; bottom:3px; z-index:3 }