/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#hold	{
	position:relative;
	overflow:hidden;	width:625px;	height:440px;
	z-index:1;


	}
div#wn	{
	position:absolute;
	left:1;
	top:0px;	width:625px;	height:440px;
	clip:rect(0px, 625px, 440px, 0px);
	overflow:hidden;
	z-index:1;

	}
div.content1 { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1;
	padding-right:20px;
	display:block;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0px; top:0px; bottom:0px;
  width:9px;	height:442px; 
  font-size:1px; z-index:1;
  background: #4f581e;
  cursor:pointer;
  border: 1px solid #b8be85;
  }
div#track { 
  position:absolute; left:1px; top:0px; bottom:6px;
  width:5px;	height:440px;
  z-index:1;
    }
div#dragBar {
  position:absolute;
  left:0px; top:0px;
  width:3px; height:20px;
  z-index:1;
  azimuth:center;
  background-color:#b9c738;
  border:1px solid #ffffff;
    }  
