var myriad = { src: 'swf/myriad.swf' };

sIFR.activate(myriad);

/*sIFR.replace(myriad, {
  selector: 'h1.flashtext',
  css: '.sIFR-root { color: #231f20; font-size: 23; font-weight: normal; }',
	transparent: true
});*/

sIFR.replace(myriad, 
{
	wmode: 'transparent',
	selector: 'h1.flashtext',
	css: 
	{
		'.sIFR-root': 
		{ 
			'color': '#231f20', 
			'letter-spacing': 0.5, 
			'font-size': '23px', 
			'font-weight': 'normal'
		}
	}
});

sIFR.replace(myriad, 
{
	wmode: 'transparent',
	selector: 'h1.flashtextCenter',
	css: 
	{
		'.sIFR-root': 
		{ 
			'color': '#231f20', 
			'letter-spacing': 0.5, 
			'font-size': '23px', 
			'font-weight': 'normal',
			'text-align': 'center'
		}
	}
});

sIFR.replace(myriad, {
  selector: 'h2.flashtext',
  css: '.sIFR-root { color: #231f20; font-size: 13; font-weight: bold; }',
	transparent: true
});

sIFR.replace(myriad, {
  selector: 'h3.flashtext',
  css: '.sIFR-root { color: #231f20; font-size: 13; font-weight: bold; }',
	transparent: true
});