var tfarrow = {
  src: 'http://staging.thetribe.com/JumeirahChina/library/sifr.swf'
};

sIFR.activate(tfarrow);  

sIFR.replace(tfarrow, {
  selector: '#content h2'
  ,css: [ 
      '.sIFR-root { background-color: #DEC57E; color: #191918; }'
  ] 
});

sIFR.replace(tfarrow, {
  selector: '#hotspots h2'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #c3aa68; text-transform: uppercase; font-size: 14px; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(tfarrow, {
  selector: 'h3'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #3B1111; }'
  ] 
  ,wmode: 'transparent'
});

sIFR.replace(tfarrow, {
  selector: '#Menu2 li'
  ,css: [ 
      '.sIFR-root { background-color: transparent; color: #c3aa68; text-transform: uppercase; }'
      ,'a { text-decoration: none; color: #efd280; }'
      ,'a:link { color: #c3aa68; }'
      ,'a:hover { color: #efd280; }'
  ] 
  ,wmode: 'transparent'
});


