/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold1	{ 
	position:relative;
	overflow:hidden;
	width:450px; 
	height:377px; 
  	z-index:100; 
}
div#wn1	{ 
	position:relative; 
	left:0px; top:0px; 
	width:450px; height:377px; 
	clip:rect(0px, 377px, 450px, 0px); 
	overflow:hidden;	
	z-index:13; 
}
div.content {
	text-align:left;
	position:relative; visibility:visible;
	width:auto;
	height:auto;
	left:0px; top:0px; 
	z-index:10; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:relative; left:0; top:0;
  width:18px; height:377px; 
  font-size:1px; z-index:1;
}
div#track1 { 
  position:absolute; left:0; top:10px;
  width:18px; height:357px;
  background-image:url(../images/grDragBarBG.gif);
  background-repeat:repeat-y;
  z-index:1;
}
div#dragBar1 {
  position:absolute; left:0; top:0;
  margin-left: -1px;
  width:18px; height:57px;
  background-image:url(../images/grDragBarHandle.gif);
  z-index:11;
}
div#up1 { 
	position:absolute; left:0; top:0; z-index:12; height:10px;
}
div#down1 { 
	position:absolute; left:0; bottom:0; z-index:13; height:10px;
}
