			<!--
			
			// PNG TRANSPARENCY FIX - IE 5.5 +
			
			if (document.all && document.styleSheets && document.styleSheets[0] &&
 	 			document.styleSheets[0].addRule)
	 		{
 	 			document.styleSheets[0].addRule('div#logo', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#flash', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#nav', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#bottle', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#gallery', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#process', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#process_title', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#cal_title', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#login', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#artist_title', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#contact_title', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#studio_title', 'behavior: url(_css/iepngfix.htc)');
 	 			document.styleSheets[0].addRule('div#holderalt', 'behavior: url(_css/iepngfix.htc)');
			}
			
			//-->
