var neutralight = { src: '/themes/site_themes/neutralight.swf' };

sIFR.activate(neutralight);

sIFR.replace(neutralight, {
  selector: '.welcome P',
  wmode: 'transparent',
  css: '.sIFR-root {font-size: 12px; color: #999966;}'
});

sIFR.replace(neutralight, {
  selector: '.main-menu UL LI',
  wmode: 'transparent',
  css: ['.sIFR-root {font-size: 18px; color: #ffffff; cursor: pointer;}' ,'a {color: #fff; text-decoration: none;}', 'a:hover {color: #fff; text-decoration: none;}']
});

sIFR.replace(neutralight, {
  selector: '.footer P',
  wmode: 'transparent',
  css: '.sIFR-root {font-size: 15px; color: #ffffff; text-align: center;}'
});

sIFR.replace(neutralight, {
  selector: '.footer A',
  wmode: 'transparent',
  css: '.sIFR-root {color: #ffffff; cursor: pointer; font-size: 15px; text-align: center;}'
});

sIFR.replace(neutralight, {
  selector: '.photo-frame h4',
  wmode: 'transparent',
  css: '.sIFR-root {color: #000000; font-size: 17px;}'
});
