/* 
   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:295px; height:200px; 
	overflow:hidden;	
	z-index:1; 
}
div.content {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	padding-left: 15px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */

div#lyr1{
	text-align: justify;
}

div#scrollbar {
  position:relative; left:0; top:-15px;
  width:11px; height:200px; 
  font-size:1px; 
  z-index:1;
}
div#track { 
	text-align: center;
	position:absolute; left:0; top:24px;
	width:11px; height: 177px;
	z-index:1;
}
div#dragBar {
  position:absolute; left:1px; top:1px;
  margin-left:2px;
  background-color:#CBCBCD;
  width:4px; height: 3px;
  z-index:1;
 }  
div#up { 
position:relative; left:0; top:15px; z-index:4
}  

div#down { 
position:absolute; left:0; top:200px; z-index:4 
}  

a img { border:none }

