var arialnarrow = {
  src: 'templates/therm/swf/arial_narrow.swf'
};

sIFR.delayCSS = true;
sIFR.activate(arialnarrow);

sIFR.replace(arialnarrow, {
  selector: 'h1.blu',
  css: { '.sIFR-root' : { 'color': '#5e7c9b' , 'font-size' : '19px'} },
  offsetTop: -2, tuneHeight: -7, sharpness: -100, thickness: 25, wmode: "transparent", fitExactly: true
});

sIFR.replace(arialnarrow, {
  selector: 'h1.red',
  css: { '.sIFR-root' : { 'color': '#dd1106' , 'font-size' : '19px'} },
  offsetTop: -2, tuneHeight: -7, sharpness: -100, thickness: 25, wmode: "transparent", fitExactly: true
});

sIFR.replace(arialnarrow, {
  selector: 'h1.ora',
  css: { '.sIFR-root' : { 'color': '#ff6600' , 'font-size' : '19px'} },
  offsetTop: -2, tuneHeight: -7, sharpness: -100, thickness: 25, wmode: "transparent", fitExactly: true
});

sIFR.replace(arialnarrow, {
  selector: 'h1.wht',
  css: { '.sIFR-root' : { 'color': '#ffffff' , 'font-size' : '19px'} },
  offsetTop: -2, tuneHeight: -7, sharpness: -100, thickness: 10, wmode: "transparent", fitExactly: true
});

sIFR.replace(arialnarrow, {
  selector: 'h1.blk',
  css: { '.sIFR-root' : { 'color': '#333333' , 'font-size' : '19px'} },
  offsetTop: -2, tuneHeight: -7, sharpness: -100, thickness: 10, wmode: "transparent", fitExactly: true
});
