// DD_belatedPNG fix for IE6
if (typeof DD_belatedPNG !== 'undefined') {
	var PNG_fix_selectors = [
		'.outer-container',
		'#header .site-name span',
		'#header .rewards a',
		'#header .rewards span',
		'#navigation',
		'#navigation li a',
		'#navigation li a:hover',
		'.section-home .images img',
		'.section-home .intro a',
		'.rewards-club a span',
		'.rewards-club',
		'#main .rewards-club h2',
		'#main .recycling h2 span',
		'#sidebar .eco-responsibility h2',
		'#sidebar .eco-responsibility h2 span',
		'.section-about .col-right img',
		'.section-about .recycling h2',
		'.section-service .col-right img',
		'.section-service .button'
	];
	DD_belatedPNG.fix(PNG_fix_selectors.join(','));
}
