var trebuchet = {
  src: 'trebuchet.swf'
};

sIFR.activate(trebuchet); // From revision 209 and onwards

sIFR.replace(trebuchet, {
  selector: 'h1, h2'
  ,css: {
      '.sIFR-root': { 'color': '#80A1B6', 'background-color': '#DFE8ED' }  
    }
  ,wmode: 'transparent'
  
});


sIFR.replace(trebuchet, {
  selector: 'h3'
  ,css: {
      '.sIFR-root': { 'color': '#F15A24', 'background-color': '#DFE8ED' }  
    }
  ,wmode: 'transparent'
  
});

sIFR.replace(trebuchet, {
  selector: 'h4'
  ,css: {
      '.sIFR-root': { 'color': '#294B5F', 'background-color': '#DFE8ED' }  
    }
  ,wmode: 'transparent'
  
});

sIFR.replace(trebuchet, {
  selector: 'p.moreInfoText'
  ,css: {
      '.sIFR-root': { 'color': '#4D4D4D', 'background-color': '#80A1B6', 'text-align': 'center' 
	  }  
    }
  ,wmode: 'transparent'
  
});

sIFR.replace(trebuchet, {
  selector: 'p.moreInfoTextSmall'
  ,css: {
      '.sIFR-root': { 'color': '#4D4D4D', 'background-color': '#80A1B6', 'text-align': 'center' 
	  }  
    }
  ,wmode: 'transparent'
  
});