var rotis = { src: siteBase + '/swf/rotis-sans-serif.swf' };
sIFR.activate(rotis);


sIFR.replace(rotis, {
	selector: '#range-mcp #middle h1',
	css: '.sIFR-root { color: #00b1b0; }',
	wmode: 'transparent'
});

sIFR.replace(rotis, {
	selector: '#range-mcp #middle h2',
	css: '.sIFR-root { color: #00b1b0; }, strong { font-weight: normal; color: #737373 }',
	wmode: 'transparent'
});


sIFR.replace(rotis, {
	selector: '#range-gg #middle h1',
	css: '.sIFR-root { color: #648641; }',
	wmode: 'transparent'
});

sIFR.replace(rotis, {
	selector: '#range-gg #middle h2',
	css: '.sIFR-root { color: #648641; }, strong { font-weight: normal; color: #737373 }',
	wmode: 'transparent'
});


sIFR.replace(rotis, {
	selector: '#range-cc-ci #middle h1',
	css: '.sIFR-root { color: #8a1f03; }',
	wmode: 'transparent'
});

sIFR.replace(rotis, {
	selector: '#range-cc-ci #middle h2',
	css: '.sIFR-root { color: #8a1f03; }, strong { font-weight: normal; color: #737373 }',
	wmode: 'transparent'
});


sIFR.replace(rotis, {
	selector: '#range-cc-ha #middle h1',
	css: '.sIFR-root { color: #11175e; }',
	wmode: 'transparent'
});

sIFR.replace(rotis, {
	selector: '#range-cc-ha #middle h2',
	css: '.sIFR-root { color: #11175e; }, strong { font-weight: normal; color: #737373 }',
	wmode: 'transparent'
});


sIFR.replace(rotis, {
	selector: '#middle #product-box h1',
	css: '.sIFR-root { color: #000000; }',
	wmode: 'transparent'
});

sIFR.replace(rotis, {
	selector: '#middle #product-box h2',
	css: '.sIFR-root { color: #000000; }',
	wmode: 'transparent'
});


sIFR.replace(rotis, {
	selector: '#middle h1',
	css: '.sIFR-root { color: #cccccc; }',
	wmode: 'transparent'
});

sIFR.replace(rotis, {
	selector: '#middle h2',
	css: '.sIFR-root { color: #cccccc; } a:link { color: #FFFFFF; } a:hover { color: #FFFFFF; text-decoration: underline;}',
	wmode: 'transparent'
});

