var Arial = {
	src: 'flash/variable_regular.swf'
};
sIFR.activate(Arial);
sIFR.replace(Arial, {
	selector: '.intro span.quote',
	css: [
		'.sIFR-root { font-size:38px; font-weight:normal; color:#000000; line-height: 41px; background-color:#f5f5f5; }'
	],
  offsetTop: 7,
  offsetLeft: 10,
});

sIFR.replace(Arial, {
	selector: '.featured .about_title h2',
	css: [
		'.sIFR-root { font-size:28px; font-weight:normal; color:#000000; }'
		,'a { color: #000000; text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; text-decoration: none; }'
	],
  offsetTop: 2,
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(Arial, {
	selector: '.intro span.quote',
	css: [
		'.sIFR-root { font-size:38px; font-weight:normal; color:#000000; line-height: 41px; background-color:#f5f5f5; }'
	],
  offsetTop: 10,
  offsetLeft: 10,
});

