var figgins = {
      src: '../_sifr/museo-1.swf'
};

var arnopro = {
      src: '../_sifr/museo-3.swf'
};

sIFR.activate(figgins);
sIFR.activate(arnopro);

sIFR.replace(figgins, {
      selector: '.wrapper .wrapper-content h1'
      ,css: [
      '.sIFR-root {font-size:28px;line-height:30px;color:#c50f32;}'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(figgins, {
      selector: '.wrapper .content-nws h3',
      css: [
      '.sIFR-root {font-size:16px;line-height:18px;color:#FFCCCC;text-transform: uppercase;}'
      ]
	  ,wmode: 'transparent'
});

sIFR.replace(arnopro, {
      selector: '.wrapper .wrapper-content h3',
      css: [
      '.sIFR-root {font-size:16px;line-height:18px; color:#000000;}'
      ]
	  ,wmode: 'transparent'
});

sIFR.replace(figgins, {
      selector: '.wrapper .wrapper-content .content-col h2, .wrapper .wrapper-content .content-col-last h2'
      ,css: [
      '.sIFR-root {font-size:18px;line-height:20px;color:#910B25;}'
      ]
      ,wmode: 'transparent'
	  
});

sIFR.replace(figgins, {
      selector: '.wrapper .wrapper-content h2'
      ,css: [
      '.sIFR-root {font-size:18px;line-height:20px;color:#c50f32;text-transform: uppercase;}'
      ]
      ,wmode: 'transparent'
	  
});
sIFR.replace(figgins, {
      selector: '.wrapper .content-nws h2'
      ,css: [
      '.sIFR-root {font-size:24px;line-height:26px;color:#FFFFFF;}'
      ]
      ,wmode: 'transparent'
	  
});

