/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 

div#hold2{
	height: 296px;
	position: absolute; right: 0; 
}
div#hold	{ 	
	margin-left:35px;
	position: relative;
	overflow: hidden;
	width:270px; height:250px; 
  	z-index:100; 
  	margin-top: 16px;
	}
	*/
	div#wn{
	position: relative;
	width:480px; height:60px; 
	overflow:hidden;	
	z-index:1; 
}

div.wn{
	position: relative;
	width:480px; height:60px; 
	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#lyr1{
 text-align: justify;
font-weight:normal;
}
div.lyr{
 text-align: justify;
font-weight:normal;
}

div#scrollbar { 

  position:relative; left:0; top:0px;
  width:11px; height:70px; 
  font-size:1px; 
  z-index:1;
  }
  div.scrollbar { 

  position:relative; left:0; top:0px;
  width:11px; height:70px; 
  font-size:1px; 
  z-index:1;
  }
div#track { 
	text-align: center;
  position:absolute; left:0; top:11px;
  width:11px; height: 46px;
  z-index:1;
  }
  div.track { 
	text-align: center;
  position:absolute; left:0; top:11px;
  width:11px; height: 46px;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height: 3px;  
  z-index:1;
 } 
 div.dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height: 3px;  
  z-index:1;
 }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div.up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; top:53px; z-index:2 }  
div.down { position:absolute; left:0; top:53px; z-index:2 }  
a img { border:none }

