var mostra = {
src: '/sifr/mostra.swf'
, ratios: [9, 1.27, 13, 1.18, 18, 1.14, 26, 1.13, 29, 1.11, 30, 1.12, 33, 1.11, 48, 1.1, 77, 1.09, 78, 1.08, 79, 1.09, 85, 1.08, 87, 1.09, 1.08]
};



// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(mostra);



sIFR.replace(mostra, {
selector: 'h2'
,css: [
'.sIFR-root { color:#636250; leading:-10; font-size:53px; }', 'em { color:#cb081e; font-style:normal; }'
], offsetTop:'-5', tuneHeight:'-5', wmode: 'transparent'
});

sIFR.replace(mostra, {
selector: 'h3.red'
,css: [
'.sIFR-root { color:#636250; leading:-10; }', 'em { color:#cb081e; font-style:normal; }'
], wmode: 'transparent'
});

sIFR.replace(mostra, {
selector: 'h3.green'
,css: [
'.sIFR-root { color:#636250; leading:-10; }', 'em { color:#288b2b; font-style:normal; }'
], wmode: 'transparent'
});

sIFR.replace(mostra, {
selector: 'h3.purple'
,css: [
'.sIFR-root { color:#636250; leading:-10; }', 'em { color:#853d80; font-style:normal; }'
], wmode: 'transparent'
});





