var themixbold = {
	src: 'themixbold.swf'
};
var themixregular = {
	src: 'themixregular.swf'
};

sIFR.activate(themixbold, themixregular);

sIFR.replace(themixbold, {
	selector: '.title',
	css: [
	'.sIFR-root { font-size:40px; font-weight:bold; color:#ffffff; }',
	],
	wmode: 'transparent'
});
sIFR.replace(themixregular, {
	selector: '.desc',
	css: [
	'.sIFR-root { font-size:32px; font-weight:normal; color:#ffffff; }',
	],
	wmode: 'transparent'
});