var titulos = {
      src: 'flash/perisphere.swf',
      wmode: 'transparent'
};
var slogan = {
      src: 'flash/perisphere.swf',
      wmode: 'transparent'
};

sIFR.activate(titulos);
sIFR.activate(slogan);
 
sIFR.replace(titulos, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#003366; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#738CB8; }'
      ]
});
sIFR.replace(slogan, {
      selector: 'h5',
	  css: [
      '.sIFR-root { font-size:20px; text-align:right; font-weight:normal; color:#999999; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ]
});