  /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

	var helveticaNeue = {
		src: '/themes/kunstsenter/swf/helveticaneue.swf'
	};

    // sIFR.useStyleCheck = true;
    sIFR.activate(helveticaNeue);

    sIFR.replace(helveticaNeue, {
      selector: 'h2'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-size: 36px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
		, 'em { color: #bdbdbd; font-style: normal; }'
		, '.sub { color: #bdbdbd; font-style: normal; }'
      ]
    });

	sIFR.replace(helveticaNeue, {
      selector: 'div.sidebar h3'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; color: #bdbdbd; }'
      ]
    });