var museo = { src: rootFolder+'/js/flashText/MuseoSans.swf' };

sIFR.activate(museo);

sIFR.replace(museo, {
  selector: 'h1.mainTitle',
  css: '.sIFR-root { color: #333333; font-weight: normal; leading: 2}',
  transparent: true
});

sIFR.replace(museo, {
  selector: 'h1.contentTitle',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal;}',
  transparent: true
});

sIFR.replace(museo, {
  selector: 'h2.subTitle',
  css: ['.sIFR-root { color: #333333; font-weight: normal; leading: -4}',
  		'a { color: #333333; text-decoration: none; }',
  		'a:hover { color: #333333;  }'],
  transparent: true
});

sIFR.replace(museo, {
  selector: 'h2.subTitleLgtR',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; leading: -4; text-align: right; }',
  transparent: true
});

sIFR.replace(museo, {
  selector: 'h2.subTitleLgt',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; leading: -4}',
  transparent: true
});

sIFR.replace(museo, {
  selector: 'h3.sideTitle',
  css: '.sIFR-root { color: #7b7b7b; font-weight: normal; leading: -5}',
  transparent: true
});

sIFR.replace(museo, {
  selector: 'div#featuredKnowledgebase h3.sideTitleLgt',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; leading: -5; text-align: right; }',
  transparent: true
});

sIFR.replace(museo, {
  selector: 'h3.sideTitleLgt',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; leading: -5; }',
  transparent: true
});
