var mural = { src: 'http://www.jbgiftbaskets.com/sifr/mural.swf' };

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate(mural);

sIFR.replace(mural, {
  selector: 'h1', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #590c5e; font-style:normal; font-size: 36px; margin-bottom:0px;}',
  'a {color: #590c5e; text-decoration: none;}',
  'a:hover {color: #929163; text-decoration: underline;}',
  ]
});

/*sIFR.replace(mural, {
  selector: 'h2', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #c5c5c5; font-style:normal;}',
  'a {color: #c5c5c5; text-decoration: none;}',
  'a:hover {color: #fff; text-decoration: underline;}',
  ]
});

sIFR.replace(copperplate, {
  selector: 'h3', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}'
  ]
});*/

sIFR.replace(mural, {
  selector: 'h4', wmode: 'transparent',
  css: [
  '.sIFR-root { color: #590c5e; font-style:normal; font-size: 22px; line-height: 22px; margin-bottom:0px; padding: 0; width: 400px; display: inline;}',
  'a {color: #590c5e; text-decoration: none;}',
  'a:hover {color: #929163; text-decoration: underline;}',
  ]
});
