var bigNoodle = {
      src: 'bigNoodle.swf'
    };

    sIFR.useStyleCheck = true;
    sIFR.activate(bigNoodle);

	sIFR.replace(bigNoodle, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { color: #005491; text-align: center; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { color: #005491; text-align: center; font-size: 55px; }'
      ],
	  wmode: 'transparent'
    });

    sIFR.replace(bigNoodle, {
      selector: '.tabInactive_Center'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'a { text-decoration: none; color: #ffffff; font-size: 15px; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #01aacf; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.tabActive_Center'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'a { text-decoration: none; color: #01aacf; font-size: 15px; }'
        ,'a:link { color: #01aacf; }'
        ,'a:hover { color: #01aacf; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: center; }'
        ,'a { text-decoration: none; color: #ffffff; }'
        ,'a:link { color: #01aacf; }'
        ,'a:hover { color: #01aacf; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { text-align: center; color: #da1b87; font-size: 18px; margin: 0; padding: 0; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #da1b87; }'
        ,'a:hover { color: #da1b87; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.popupTitle'
      ,css: [
        '.sIFR-root { text-align: left; color: #da1b87; font-size: 18px; margin: 0; padding: 0; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #da1b87; }'
        ,'a:hover { color: #da1b87; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: 'h6'
      ,css: [
        '.sIFR-root { color: #ffffff; font-size: 18px; margin: 0; padding: 0; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.rightRailBlueL18'
      ,css: [
        '.sIFR-root { color: #1d398d; font-size: 18px; margin: 0; padding: 0; text-align: left; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.rightRailBlue18'
      ,css: [
        '.sIFR-root { color: #1d398d; font-size: 18px; margin: 0; padding: 0; text-align: center; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.rightRailTurquoiseL18'
      ,css: [
        '.sIFR-root { color: #52b3c8; font-size: 18px; margin: 0; padding: 0; text-align: center; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.centerGalleryLinks'
      ,css: [
        '.sIFR-root { text-align: center; color: #8a2677; font-size: 15px; margin: 0; padding: 0; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #8a2677; }'
        ,'a:hover { color: #8a2677; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.rightGalleryTitle'
      ,css: [
        '.sIFR-root { color: #59134c; font-size: 18px; margin: 0; padding: 0; text-align: left; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(bigNoodle, {
      selector: '.rightImagesTitle'
      ,css: [
        '.sIFR-root { color: #59134c; font-size: 18px; margin: 0; padding: 0; text-align: center; }'
      ],
	  wmode: 'transparent'
    });
	
	
	
	
	
