var aaux = { src: templatePath + '/swf/aaux.swf' };

sIFR.activate(aaux);

sIFR.replace(aaux, {
  selector: '#content h3',
  css: '.sIFR-root { text-transform:uppercase; color:#4e4e4e; }',
  wmode: 'transparent',
  bgcolor: 'white'
});

sIFR.replace(aaux, {
  selector: '#content .catDesc h4',
  css: '.sIFR-root { text-transform:uppercase; color:#929292; }',
  wmode: 'transparent',
  bgcolor: 'white'
});