/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#border_top_bottom	{ 
	padding:0;
	margin: 0;
	position: absolute; 
	width:416px; height:599px; overflow:hidden;
	border-top:solid #DADADA 1px;
	border-bottom:solid #DADADA 1px;
/*  	z-index:150; */
	}
div#hold	{ 
	padding:0;
	margin: 0;
	position:relative; overflow:hidden;
	width:416px; height:600px; 
  	z-index:100;
	border-bottom:1px solid #DADADA;
	}
div.Cwn	{ 
	padding:0;
	margin: 0;
	position:absolute; 
	left:0; top:0; 
	width:416px; height:600px; 
	clip:rect(0 416px 600px 0); 
	clip:rect(0, 416px, 600px, 0); 
	overflow:hidden;	
	z-index:1; 
	
	}
div.content2 { 
	padding:0;
	margin: 0;
	position:absolute; visibility:hidden;
	left:0; top:0; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
  position:absolute; right:18px; top:27px;
  width:11px; height:600px; 
  font-size:1px; z-index:1;
  }
div#track {
  position:absolute; left:0; top:12px;
  width:13px; height:576px;
  /*background: url("/images/scroll/track.gif") repeat;*/
  background:url("img/track.gif") repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:11px; height:20px;
  background-color:#D7D7D7;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

 
