/* -----------------------------------------------
sIFR Styles
----------------------------------------------- */
var zurichcnbt = {
  src: '/flash/zurichcnbt.swf'
};

sIFR.activate(zurichcnbt);

sIFR.replace(zurichcnbt, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {font-weight: bold; color: #fe0000; text-transform: uppercase; }'
	],
  	tuneHeight: '-6',
	wmode: 'transparent'
});


sIFR.replace(zurichcnbt, {
  selector: 'h2'
  ,css: [
      '.sIFR-root {font-weight: bold; color: #f07b00; text-transform: lowercase; }'
	],
    tuneHeight: '-6',
	wmode: 'transparent'
});
