var bouwsma = {
  src: '/sifr/bouwsma.swf'
};

sIFR.activate(bouwsma);

sIFR.replace(bouwsma, {
  selector: '#painting #description h1'
  ,css: [
   '.sIFR-root { color:#6f6b5d; font-size:2em; background-color:#000000; text-align: center; width: 300px; line-height: 1.5em; }'
 ]

});