var milansixty = {
  src: 'milansixty.swf'
};

sIFR.activate(milansixty);

sIFR.replace(milansixty, {
	selector: 'h1.section-title',
	css: { '.sIFR-root' : { 'background-color': '#383e99', 'color': '#7ea2d3', 'leading': '10', 'font-size':'40' } },
	transparent: true
});

sIFR.replace(milansixty, {
	selector: 'h1.sub-title',
	css: { '.sIFR-root' : { 'background-color': '#383e99', 'color': '#7ea2d3', 'leading': '10' } },
	transparent: true
});