div#holdPoetry	{ 
	position:relative; overflow:hidden;
	width:235px; height:340px; 
    z-index:100; 
	}
div#wnPoetry { 
	position:absolute; 
	left:0px; top:0px; 
	width:235px; height:340px; 
	clip:rect(0px, 235px, 340px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.contentPoetry { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
div#scrollPoetry { 
  position:relative; left:0; top:0;
  width:9px; height:340px; 
  font-size:1px; z-index:1;
  }
div#trackPoetry { 
  background-image:url('../images/track.gif');
  position:absolute; left:0; top:0px;
  width:9px; height:340px;
  z-index:1; color:#333333;
  }
div#dragPoetry {
  background-image:url('../images/drag.gif');
  position:absolute; left:0; top:0;
  width:9px; height:9px;
  z-index:1;
 }  
div.contentPoetry { text-align:left;}
td#scrollLinksPoetry  { width:9px }
