   /*****************************************************************************
    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 serifa = {
      src: '/assets/swfs/serifa.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.activate(serifa );

    sIFR.replace(serifa, {
  	selector: 'h1 strong'
	,forceSingleLine: 'true'
  	,offsetTop: '0'
	,tuneHeight: '0'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#FFFFFF; text-align: left; font-weight: bold; font-size: 18px;}'      	 
    ]
	});
  
  /*sIFR.replace(serifa, {
  	selector: 'a.cta-button span'	
  	,offsetTop: '0'
	,tuneHeight: '0'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#FFFFFF; text-align: left; font-size: 18px; cursor:pointer;}'
    ]
	});*/
  
  /*sIFR.replace(serifa, {
  	selector: 'a.cta-button span, .m-cta-portrait h3, .m-cta-square h3, .m-cta-landscape h3, .cta p'	
  	,offsetTop: '0'
	,tuneHeight: '0'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#FFFFFF; text-align: left; font-size: 18px; }'
	  ,'a { text-decoration: none;  }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #B379A7; cursor:pointer;}'

    ]
	});*/
  
  
  sIFR.replace(serifa, {
  	selector: '.m-content h2'	
  	,offsetTop: '0'
	,tuneHeight: '0'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#A45E87; font-size: 40px; }'
	  ,'strong { color:#572963;  }'
	  ,'a { text-decoration: none;  }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; cursor:pointer;}'

    ]
	});
  
  sIFR.replace(serifa, {
  	selector: '.m-news-aggregator h2, .m-news-content h2, .m-search-aggregator h2'	
  	,offsetTop: '0'
	,tuneHeight: '0'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#A45E87; font-size: 30px; }'
    ]
	});
  
  
  
  
  
  
   
   
