/* Styles for scrolling layers and scrollbars */
div#holder1 {
	width: 335px;
	height: 184px;
	float: left;
	margin-top: 25px;
	margin-left: 24px;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}  
div#wn1  { 
  position:relative; left:0; top:0;
  width:330px; height:184px; 
  clip:rect(0, 340px, 184px, 0); 
  overflow:hidden;
  }
/* op7 needs width set here too (?) */  
div#lyr1 {
	width:330px 
}
div.content { 
  position:absolute; visibility:hidden; 
  left:0; top:0;
	font: 11px/15px Arial, Helvetica, sans-serif;
}  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  float: left;
  margin-top: 25px;
  margin-left: 5px;
  width:11px; height:184px; 
  font-size:1px;
  }
div#track1 { 
  position:relative; left:0; top:0px;
  width:11px; height:174px;
  background: transparent;
  }
  
div#dragBar1 {
  position:relative; 
  left:0px; 
  top:0px;
  width:11px; 
  height:20px;
  background: repeat-y url(../ap_i/IMG/slider_bg.jpg);
}  
div#up1 { 
position:relative; left:0; top:0;  
}  
div#down1 { 
position:relative; left:0; bottom:0; 
}

img {
	border: 0px;
}

a, a:hover {
	color : #66FF00;
	text-decoration : underline;
}

