 /*****************************************************************************
    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 cholla = {
      src: 'upload/page_templates/js/sifr3/sifr3.swf'
      ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };


    sIFR.domains = ['momentfotografi.dk'] 
    sIFR.useStyleCheck = true;
    sIFR.activate(cholla);
	sIFR.replace(cholla, {
      selector: 'ul li.active span'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'.sIFR-root a  { font-size: 145%; color: #01a6e4;; text-decoration: none; }'
        ,'.sIFR-root a:link { color: #01a6e4; }'
        ,'.sIFR-root a:hover { color: #01a6e4; }'
      ],
	  wmode: 'opaque'
    });
    sIFR.replace(cholla, {
      selector: 'ul li span'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'.sIFR-root a  { font-size: 145%; color: #000000; text-decoration: none; }'
        ,'.sIFR-root a:link { color: #000000; }'
        ,'.sIFR-root a:hover { color: #01a6e4; }'
      ],
	  wmode: 'opaque'
    });
	
