 var helv = {
  src: '/inc/sifr/helv_std.swf'
};

 var helv_lt = {
  src: '/inc/sifr/helv_light.swf'
};

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

sIFR.replace(helv, {
  selector: 'span.shop_kuranda_products'
  ,css: [
    '.sIFR-root { color:#00929E; }'
  ],wmode: 'transparent'
});

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

sIFR.replace(helv_lt, {
  selector: 'div#front_slogan_large'
  ,css: [
    '.sIFR-root { color:#000000;leading:-4; }'
  ],wmode: 'opaque'
});

sIFR.replace(helv_lt, {
  selector: 'div#front_slogan_large_orphan'
  ,css: [
    '.sIFR-root { color:#FFFFFF;leading:-4; }'
  ],wmode: 'transparent'
});

sIFR.replace(helv, {
  selector: 'h2.front_slogan_small'
  ,css: [
    '.sIFR-root { color:#000000; }'
  ],wmode: 'opaque',
  offsetTop: -4
});

sIFR.replace(helv_lt, {
  selector: 'h3.start_building'
  ,css: [
    '.sIFR-root { color:#FFFFFF;leading:-6; }'
  ],wmode: 'transparent'
});


sIFR.replace(helv, {
  selector: 'span.choose_a_breed'
  ,css: [
    '.sIFR-root { color:#FFFFFF; }'
  ],wmode: 'transparent'
});

sIFR.replace(helv, {
  selector: 'span.front-best-bed-slogan'
  ,css: [
    '.sIFR-root { color:#0695a2; }'
  ],wmode: 'opaque',
  offsetTop: -4
});

sIFR.replace(helv, {
  selector: 'span.front-what-customers-say'
  ,css: [
    '.sIFR-root { color:#ffffff;leading:-4; }'
  ],wmode: 'transparent',
  offsetTop: -6
});

sIFR.replace(helv, {
  selector: 'h3.front-left-boxes-h3'
  ,css: [
    '.sIFR-root { color:#9caf00; }'
  ],wmode: 'transparent',
  offsetTop: -4  
});

sIFR.replace(helv, {
  selector: 'span.front-right-green-header'
  ,css: [
    '.sIFR-root { color:#4b6a00; }'
  ],wmode: 'transparent',
  offsetTop: -4  
});

sIFR.replace(helv, {
  selector: 'span.front-right-dow'
  ,css: [
    '.sIFR-root { color:#ee9d00; }'
  ],wmode: 'transparent',
  offsetTop: -4  
});

