/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#introScrollPane	{ 
	position:relative; overflow:hidden;
	width:410px; 
	height:231px; 
  z-index:100; 
	}

div#introScrollArea	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:410px; 
	height:231px; 
	clip:rect(0px, 410px, 231px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#introScrollContent { 
	visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	padding-top:20px;
	padding-left:15px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#introScrollbar { 
  position:relative; left:0; top:0;
  width:28px; 
  height:231px; 
  font-size:1px; z-index:1;
  }
div#introTrack { 
    display:none;
} 
/*
div#introTrack { 
  position:absolute; left:-1px; top:15px;
  width:11px; 
  height:200px;
  background: transparent;
  z-index:1;

  }
div#introDragBar {
  position:absolute;
  left:1px;
  top:1px;
  width:10px; 
  height:20px;
  background-color:#feebc4;
  z-index:1;
  } 
*/ 
div#introUp { position:absolute; left:0; top:0; z-index:2 }  
div#introDown { position:absolute; left:0; bottom:0; z-index:3 }  