/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:110px; height:100px; 
  z-index:100; 
	}
div#ag	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:105px; height:100px; 
	clip:rect(0px, 280px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#holdnews	{ 
	position:relative; overflow:hidden;
	width:360px; height:500px; 
  z-index:100; 
	}
div#ne	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:320px; height:460px; 
	clip:rect(0px, 320px, 600px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:-26px; top:0px;
  width:1px; height:80px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:1px;
  width:1px; height:80px;
  background-color: #BAB6A4;
  z-index:1;
  }
div#dragBar {
  position:relative; left:1px; top:1px;
  width:1px; height:2px;
  background-color:#FF6600;
  z-index:1;
  }  
div#up { position:absolute; left:5; top:0; } 
div#down { position:absolute; left:5; top:8; }  
