var sans_caps = {
    src: '/flash/sifr_rotissans.swf'
};

sIFR.activate(sans_caps);
sIFR.fitExactly = true;
sIFR.fixWrap = true;

sIFR.replace(sans_caps, {
    selector: 'h1'
	
    ,css: [
        '.sIFR-root { font-size: 17px;  }'
        , '.h1_sifr { color: #083d90; font-weight: bold;height:20px; }'
        , '.h2_sifr { color:#f7b018; font-weight: bold; }'
                
    ]
	,wmode: 'transparent'
});
