var chaparral = { src: 'flash/chaparral.swf' };

sIFR.activate(chaparral);

sIFR.replace(chaparral, {
  selector: '.intro h1',
  css: [
  	  '.sIFR-root { color: #cb3831; font-size: 20px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(chaparral, {
  selector: '.contentContainer h1, .contactContainer h1, .galleryContainer h1',
  css: [
  	  '.sIFR-root { color: #cb3831; font-size: 25px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
