  var museo300 = {
    src: 'js/sifr3/museo300.swf'
  };

  var museo900 = {
    src: 'js/sifr3/museo900.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(museo300, museo900);

  sIFR.replace(museo300, {
    selector: 'h1.small'
    ,css: {
      '.sIFR-root': { 'text-align': 'left', 'font-weight': 'normal', 'color': '#666666' }
    }
    ,wmode :'transparent'
  });

  sIFR.replace(museo900, {
    selector: 'h1.big'
    ,css: {
      '.sIFR-root': { 'text-align': 'left', 'font-weight': 'normal', 'color': '#000000' }
    }
    ,wmode: 'transparent'
  });

  sIFR.replace(museo900, {
    selector: 'h1.date'
    ,css: {
      '.sIFR-root': { 'text-align': 'left', 'font-weight': 'normal', 'color': '#ffb400' }
    }
    ,wmode: 'transparent'
  });

  sIFR.replace(museo900, {
    selector: 'h2.price'
    ,css: {
      '.sIFR-root': { 'text-align': 'left', 'font-weight': 'normal', 'color': '#cc0000' }
    }
    ,wmode: 'transparent'
  });
