/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:608px; height: 650px; 
  z-index:100;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width: 608px; height: 650px; 
 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; padding-top: 18px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left: 586px; top: 10px;
  width:15px; height: 642px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top: 8px;
  width:15px; height: 626px;
  background: url(../images/track.gif) repeat-y;
  z-index:1;
  }
div#dragBar {
  position:absolute; left: 0; top:1px; margin-left: 1px;
  width: 10px; height: 10%;  background: url(../images/drag.gif) repeat-y;
  z-index:1;
  } 
div#dragBar .drag_top { background: url(../images/drag_top.gif) top no-repeat; width: 10px; height: 100%;}
div#dragBar .drag_foot { background: url(../images/drag_foot.gif) bottom no-repeat; width: 10px; height: 100%;}
div#up { position:absolute; left:0; top:0px; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:10 }  


