	
	var omnes = {
      src: 'http://www.vegasnights.com.au/fla/omnes.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]
    };
	

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(omnes);



	sIFR.replace(omnes, {
      selector: '#nav-casino h1, #nav-casino h2, #nav-casino h4',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ec001a; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #878580; }' /* USED FOR TESTIMONIALS CLICK HERE FOR MORE... LINK*/
        ,'a:hover { color: #ec001a; }' /* USED FOR TESTIMONIALS CLICK HERE FOR MORE... HOVER*/
	    ,'strong { text-align: center; }'
      ]
    });
	
	sIFR.replace(omnes, {
      selector: '#nav-horse h1, #nav-horse h2, #nav-horse h4',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #26874e; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });
	
	sIFR.replace(omnes, {
      selector: '#nav-contact h1, #nav-contact h2, #nav-contact h4',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #09a0de; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });
	
	sIFR.replace(omnes, {
      selector: '#nav-generic h1, #nav-generic h2, #nav-generic h4, #nav-quote h1, #nav-quote h2, #nav-quote h4',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #fba002; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });

	sIFR.replace(omnes, {
      selector: '#games .casino h1',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #ec001a; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ec001a; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });
	
	
	sIFR.replace(omnes, {
      selector: '#games .horse h1',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #26874e; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #26874e; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });
	
	sIFR.replace(omnes, {
      selector: '.testimonials h2',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size: 22px; text-align: left; font-weight: bold; color: #333333; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });

	sIFR.replace(omnes, {
      selector: 'h3',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #333333; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });

	
	sIFR.replace(omnes, {
      selector: 'h6',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; font-style: italic; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #878580; }'
	    ,'strong { text-align: center; }'
      ]
    });