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: 14px;  }'
        , '.h1_sifr { margin-top:0px; margin-bottom:0px; color: #646464; font-weight: bold; }'
		, '.h2_sifr { color:#f7b018; font-weight: bold; }'
                
    ]
	,wmode: 'transparent'
});