			<!--
			
			// PNG TRANSPARENCY FIX - IE 5.5 +
			
			if (document.all && document.styleSheets && document.styleSheets[0] &&
 	 			document.styleSheets[0].addRule)
	 		{
 	 			document.styleSheets[0].addRule('div#giftcard_opt1', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#giftcard_opt2', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div.giftcard_btn', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#giftcardOr', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#logoStacked', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#logoUnStacked', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#downloadPDF', 'behavior: url(assets/css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#giftcard_bulk', 'behavior: url(assets/css/iepngfix.htc)');
				document.styleSheets[0].addRule('div.feat_grey', 'behavior: url(../assets/css/iepngfix.htc)');
				document.styleSheets[0].addRule('div.teasertitle', 'behavior: url(../assets/css/iepngfix.htc)');
			}
			
			//-->