var univers_light = {
  src: '/images/univers_light.swf'
  ,wmode:'transparent'
  ,tuneHeight: 0
};

sIFR.delayCSS  = true;
// sIFR.domains = ['axiamodernart.com.au']

sIFR.activate(univers_light);

sIFR.replace(univers_light,{
  selector: '.home h2'
  ,css: {
    '.sIFR-root': { 'color': '#333333' }
  }
});

sIFR.replace(univers_light,{
  selector: '.artists h2, .home h2, .news h2, .contact h2, .about h2'
  ,css: {
    'a': { 'color': '#333333', 'text-decoration': 'none' }
    ,'a:hover': { 'color': '#333333' }
    ,'.sIFR-root': { 'color': '#333333', 'text-transform': 'uppercase' }
  }
});

sIFR.replace(univers_light, {
  selector: '#details h2, #exhibition_images h2'
  ,css: {
    '.sIFR-root': { 'color': '#555555' }
  }
});

sIFR.replace(univers_light, {
  selector: '#details h3, #exhibition_images h3'
  ,css: {
    '.sIFR-root': { 'font-style': 'normal', 'color': '#778888' }
  }
});

sIFR.replace(univers_light, {
  selector: '#details h4, #exhibition_images h4'
  ,css: {
    '.sIFR-root': { 'color': '#555555' }
  }
});