var trajanPro = {
  src: '/layout/sifr/trajan-pro.swf'
};

sIFR.activate(trajanPro);


sIFR.replace(trajanPro, {
  selector: '#tagline1',
  css: { '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold', 'text-transform': 'uppercase', 'font-size': '30px', 'line-height': '30px', 'margin': '0px', 'padding': '0px 0px 0px 40px' } },
  wmode: 'transparent'
});

sIFR.replace(trajanPro, {
  selector: '#tagline2',
  css: { '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold', 'text-transform': 'uppercase', 'font-size': '20px', 'line-height': '20px', 'margin': '0px', 'padding': '0px 100px 0px 100px' } },
  wmode: 'transparent'
});
