  var univers = {
    src: 'http://www.popeandland.com/_flash/univers.swf'
  };


  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
sIFR.activate(univers);

sIFR.replace(univers, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 26px; color: #ffffff; text-transform:uppercase; }'
    ],
     wmode: 'transparent'
  });

sIFR.replace(univers, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #ffffff; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
      	,'a:link { color: #ffffff; }'
      	,'a:hover { color: #D3DABA;  }'
		,'em { font-style: normal; color: #034b62; font-size: 85;   }'
    ],
     wmode: 'transparent'
  });

sIFR.replace(univers, {
    selector: 'h3.sidenav'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #ffffff; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
      	,'a:link { color: #ffffff; }'
      	,'a:hover { color: #D3DABA;  }'

    ],
     wmode: 'transparent'
  });


sIFR.replace(univers, {
    selector: 'h3 li'
    ,css: [
      '.sIFR-root { font-size: 10px; color: #ffffff; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
      	,'a:link { color: #ffffff; }'
      	,'a:hover { color: #D3DABA;  }'

    ],
     wmode: 'transparent'
  });







sIFR.replace(univers, {
    selector: '.proplisting h4'
    ,css: [
      '.sIFR-root { font-size: 20px; color: #000000; text-transform:uppercase; }'
	  ,'a { text-decoration: none;  color: #000000;}'
      	,'a:link { color: #000000; }'
      	,'a:hover { color: #000000;  }'
    ],
     wmode: 'transparent'
  });

sIFR.replace(univers, {
    selector: '.proplisting-text h4'
    ,css: [
      '.sIFR-root { font-size: 20px; color: #000000; text-transform:uppercase; }'
	  ,'a { text-decoration: none;  color: #000000;}'
      	,'a:link { color: #000000; }'
      	,'a:hover { color: #000000;  }'
    ],
     wmode: 'transparent'
  });

sIFR.replace(univers, {
    selector: '.proplisting2 h4'
    ,css: [
      '.sIFR-root { font-size: 16px; color: #000000; text-transform:uppercase; }'
	  ,'a { text-decoration: none;  color: #000000;}'
      	,'a:link { color: #000000; }'
      	,'a:hover { color: #000000;  }'
    ],
     wmode: 'transparent'
  });


