div#holdRight	{ 
	position:relative; overflow:hidden;
	width:231px; height:384px; 
    z-index:100; 
	}
div#wnRight { 
	position:absolute; 
	left:0px; top:0px; 
	width:231px; height:384px; 
	clip:rect(0px, 231px, 384px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.contentRight { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
div#scrollRight { 
  position:relative; left:0; top:0;
  width:9px; height:384px; 
  font-size:1px; z-index:1;
  }
div#trackRight { 
  background-image:url('../images/track_far_right.gif');
  position:absolute; left:0; top:0px;
  width:9px; height:384px;
  z-index:1; color:#333333;
  }
div#dragRight {
  background-image:url('../images/drag.gif');
  position:absolute; left:0; top:0;
  width:9px; height:9px;
  z-index:1;
 }  
div.contentRight { text-align:left;}
td#scrollLinksRight  { width:9px }
