var helveticalight = { src: "swf/helveticalight.swf" };
var helveticathin = { src: "swf/helveticathin.swf" };

sIFR.useStyleCheck = true;
sIFR.activate(helveticalight, helveticathin);

//page titles - h1
sIFR.replace(helveticalight, {
	selector: '#header h2',
	css: '.sIFR-root { font-weight: normal; color: #ffffff; } span {color: #000000; }',
	wmode: 'transparent'
});

//banner header (eg. collection 07/08)
sIFR.replace(helveticathin, {
	selector: '#banner h2',
	css: ['.sIFR-root { font-weight: normal; color: #ffffff; }', 	'em {color: #000000; font-style: normal; }'],
	wmode: 'transparent'
});

//banner text (eg. ladies fashion in store now...)
sIFR.replace(helveticathin, {
	selector: '#banner h3',
	css: '.sIFR-root { font-weight: normal; color: #ffffff; }',
	wmode: 'transparent'
});

