var interstatelight = {
  src: '/templates/mirvac_hotels_and_resorts/js/interstate_light.swf'
};

sIFR.activate(interstatelight);

sIFR.replace(interstatelight, {
  selector: '#home_banners h3'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #FFFFFF; font-weight: bold }',
		'a { color: #FFFFFF; text-decoration: none;}',
		'a:hover { color: #FFFFFF; text-decoration: none;}'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#home_banners p'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #FFFFFF; }',
		'a { color: #FFFFFF; text-decoration: none;}',
		'a:hover { color: #FFFFFF; text-decoration: none;}'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#introduction h1'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #76848c; text-transform: uppercase; }',
		'a { color: #76848c; text-decoration: none;}',
		'a:hover { color: #76848c; text-decoration: underline;}'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#maincontent .navigation h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #78a1cd; }'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#maincontent .content h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #384f5c; }'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#maincontent .content h3'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #78a1cd; }'
  ]
});

// sIFR.replace(interstatelight, {
//   selector: '#maincontent .content h3 em, #maincontent .content h3 i'
// 	,wmode: 'transparent'
//   ,css: [
// 		'.sIFR-root { color: #78a1cd; font-style:italic; }'
//   ]
// });
