var rage = {
 src: '/flash/futuramd.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.page-head h2'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:16px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.shop-head h3, .cta-head h3'
  ,css: [
		 '.sIFR-root{color:#00519a; font-size:16px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.sale-boxes h4'
  ,css: [
		 '.sIFR-root{color:#f26532; font-size:16px; font-weight:bold; text-align:center;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

