Nivo Slider PNG transparency problem in IE6

Hi,

I can’t seem to get the PNG background fix for IE6 to work for Nivo Slider. I’m using IE PNG Fix - TwinHelix and I’ve got iepngfix.htc and blank.gif in my CSS folder. iepngfix.htc points to blank.gif like this: IEPNGFix.blankImg = thisFolder + ‘blank.gif’;. In my nivo-slider.css I’ve got


.nivo-controlNav a, .nivo-controlNav a.active { 
             behavior: url(iepngfix.htc); 
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullet_off.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:57px;
	float:left;
}

.nivo-controlNav a.active {
	background:url(../images/bullet_on.png) no-repeat;
}

And I get this in IETester –

As you can see from that and above I haven’t even begun on the arrows yet :rolleyes:, but the bullets above the slides aren’t taking the transparency so I have to begin with that.

Would appreciate your thoughts. Thanks.