var helvetica_roman = {
      src: '_swf/helvetica_roman.swf'
};
var helvetica_thin = {
      src: '_swf/helvetica_thin.swf'
};
var helvetica_thinN = {
      src: '_swf/helvetica_thin_normal.swf'
};
var helvetica_cond = {
      src: '_swf/helvetica_cond.swf'
};

sIFR.activate(helvetica_roman,helvetica_thin,helvetica_cond,helvetica_thinN );

sIFR.replace(helvetica_thin, {
      selector: 'h2.int',
      css: [
      '.sIFR-root { font-size:35; color:#999999; padding:0; margin:0 ;}',
	  'strong { font-size:70; color:#ab1c87;}'
      ],

	wmode: 'transparent'
});
sIFR.replace(helvetica_thin, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:25; color:#696868; padding:0; margin:0 ;}',
	  'strong { font-size:70; color:#ab1c87;}',
	  'a:link { color:#696868;}',
	  'a:hover { color:#696868;}'
      ],

	wmode: 'transparent'
});
sIFR.replace(helvetica_thinN, {
      selector: 'h1.descricao-des',
      css: [
      '.sIFR-root {font-size:14; color:#868686; padding:0; margin:0;}',
  	  'a:link { color:#696868;}',
	  'a:hover { color:#696868;}'
      ],

	wmode: 'transparent'
});
sIFR.replace(helvetica_thinN, {
      selector: 'h6.depoimento',
      css: [
      '.sIFR-root { color:#5d5b5d; padding:0; margin:0;}',
      ],

	wmode: 'transparent'
});
sIFR.replace(helvetica_roman, {
      selector: 'ul.itens li',
      css: [
      '.sIFR-root { font-size:20; color:#ab1c87;text-align:center; padding:0; margin:0;}',
	  'a:link {color:#ab1c87}',
	  'a:hover {color:#ce159f}',
      ],

	wmode: 'transparent'
});

sIFR.replace(helvetica_roman, {
      selector: 'ul.plantas-apartamentos li span',
      css: [
      '.sIFR-root { font-size:20; color:#ab1c87;text-align:center; padding:0; margin:0;}',
	  'a:link {color:#ab1c87}',
	  'a:hover {color:#ce159f}',
      ],

	wmode: 'transparent'
});

sIFR.replace(helvetica_roman, {
      selector: 'h6',
      css: [
      '.sIFR-root { font-size:12; color:#626262; padding:0; margin:0;}',
	  'strong { font-weight:bold}'
      ],

	wmode: 'transparent'
});

//Note: Make sure you change the right quote mark to a single quote at the end of the second line. (WordPress is converting it to a typographically correct quote.)