var tfarrow = {
  src: 'http://staging.thetribe.com/JumeirahChina/library/sifr.swf'
};

sIFR.activate(tfarrow);  

sIFR.replace(tfarrow, {
  selector: '#HeadingSection'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #a39161; font-size: 22px; }'
  ] 
  ,wmode: 'transparent'
});

sIFR.replace(tfarrow, {
  selector: '#DaySection .big'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #a39161; font-size: 20px; }'
  ] 
  ,wmode: 'transparent'
});

sIFR.replace(tfarrow, {
  selector: '#EventInfo'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #a39161; font-size: 14px; }'
  ] 
  ,wmode: 'transparent'
});

sIFR.replace(tfarrow, {
  selector: '#EventInfoDetailed .Gold'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #a39161; font-size: 16px; }'
  ] 
  ,wmode: 'transparent'
});


sIFR.replace(tfarrow, {
  selector: '#insidebox1 p, #insidebox2 p, #insidebox3 p'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #877876; font-size: 16px; letter-spacing: 1; }'
  ] 
  ,wmode: 'transparent'
});




