div#hold	{ 
	position:relative; overflow:hidden;
	width:435px; height:341px; 
    z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:435px; height:341px; 
	clip:rect(0px, 435px, 341px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
div#scrollbar { 
  position:relative; left:0; top:0;
  width:7px; height:336px; 
  font-size:1px; z-index:1;
  }
div#track { 
  background-image:url(../images/track.gif);
  position:absolute; left:0; top:3px;
  width:7px; height:336px;
  color:#ffffff;
  z-index:1;
  }
div#dragBar {
  background-image:url(../images/drag.gif);
  position:absolute; left:0; top:3;
  width:7px; height:131px;
  background-color:#cccccc;
  z-index:1;
 }  

div.content { text-align:left }
td#scrollLinks  { width:7px }