var universLT = { src: '/Images/univ_l___tcm55-13822.swf' };

//sIFR.useStyleCheck = true;
sIFR.fitExactly = true;

// Next, activate sIFR:
sIFR.activate(universLT);

sIFR.replace(universLT, {
  selector: 'h2',
  css: [
                '.sIFR-root { background-color: #FFFFFF; color: #7f7f7f; text-transform: uppercase;letter-spacing:3; }'
                ,'a { text-decoration: none; color: #7f7f7f; }'
                ,'a:link { color: #7f7f7f; }'
                ,'a:hover { color: #000000; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(universLT, {
  selector: 'h1',
  css: '.sIFR-root { background-color: #FFFFFF; color: #7f7f7f;letter-spacing:3;}',
  wmode: 'transparent'
});


sIFR.replace(universLT, {
  selector: 'h1#SplashHeader',
  css: '.sIFR-root { background-color: #FFFFFF; color: #7f7f7f;letter-spacing:3;}',
  wmode: 'transparent'
});

sIFR.replace(universLT, {
  selector: '#sectionText',
  css: '.sIFR-root { background-color: #FFFFFF; color: #7f7f7f;letter-spacing:3;}',
  wmode: 'transparent'
});

sIFR.replace(universLT, {
  selector: '#top-navigation .navigation span.is-me',
  css: [
    '.sIFR-root { background-color: #FFFFFF;margin-left:0; }',
    'a {text-decoration:none;color: #000000;}',
    'a:hover {color:#000000;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(universLT, {
  selector: '#top-navigation .navigation span.is-parent',
  css: [
    '.sIFR-root { background-color: #FFFFFF;margin-left:0; }',
    'a {text-decoration:none;color: #000000;}',
    'a:hover {color:#000000;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(universLT, {
  selector: '#top-navigation .navigation li span',
  css: [
    '.sIFR-root { background-color: #FFFFFF;margin-left:0; }',
    'a {text-decoration:none;color: #7f7f7f;}',
    'a:hover {color:#000000;}'
  ],
  wmode: 'transparent'
});


