﻿sIFR.replace(s, {
      selector: '#home-intro-text',
      wmode: 'transparent',
      css: {
        '.sIFR-root': {
            'color': '#002476',
            'font-weight': 'bold',
            'font-size': '16px',
            'text-align': 'center'
          }
      }
  });

  sIFR.replace(s, {
  selector: '#home-content-title',
      wmode: 'transparent',
      css: {
          '.sIFR-root': {
              'color': '#002476',
              'font-weight': 'bold',
              'font-size': '18px'
          }
      }
  });
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();