
var stainless = { src: '/_assets/swf/stainless.swf' };

sIFR.activate(stainless);

sIFR.replace(stainless, {
	selector: 'h1',
	css: ['.sIFR-root { color: #2a2a2a; font-size: 44px; font-weight: normal; text-align: center; text-transform: uppercase; }'],
	wmode: 'transparent'
});

sIFR.replace(stainless, {
	selector: 'body#single h1',
	css: ['.sIFR-root { color: #2a2a2a; font-size: 50px; font-weight: normal; line-height: 50px; text-align: left; text-transform: uppercase; }'],
	wmode: 'transparent'
});

sIFR.replace(stainless, {
	selector: 'body#single h2',
	css: ['.sIFR-root { color: #2a2a2a; font-size: 25px; font-weight: normal; line-height: 25px; text-align: left; text-transform: uppercase; }'],
	wmode: 'transparent'
});

sIFR.replace(stainless, {
	selector: 'div#tours ul li',
	css: ['.sIFR-root { color: #2a2a2a; font-size: 18px; font-weight: normal; line-height: 18px; margin: 0 0 -10px; padding: 0 0 10px 0; }'],
	wmode: 'transparent'
});
