var dinLight = { src: 'swf/DIN_LightAlt.swf' };
var dinMedidum = { src: 'swf/DIN_MediumAlt.swf' };
var dinBold = { src: 'swf/DIN_BoldAlt.swf' };
var dinRegular = { src: 'swf/DIN_Regular.swf' };

sIFR.activate(dinLight, dinMedidum, dinBold, dinRegular);

sIFR.replace(dinLight, {
  selector: '#topHome h2',
  css: '.sIFR-root { color:#FFFFFF; font-size:35px; width:400px; }',
  transparent: true
});
sIFR.replace(dinLight, {
  selector: '#topHome h3',
  css: '.sIFR-root { color:#FFFFFF; font-size:20px; width:400px; }',
  transparent: true
});

sIFR.replace(dinMedidum, {
  selector: '#velocity h3',
  css: '.sIFR-root { color:#000000; font-size:20px; width:621px; }',
  transparent: true
});

sIFR.replace(dinBold, {
  selector: '#video h4',
  css: '.sIFR-root { color:#FFFFFF; font-size:15px; width:85px; text-transform:uppercase; }',
  transparent: true
});

sIFR.replace(dinBold, {
  selector: '#building h4',
  css: '.sIFR-root { color:#000000; font-size:15px; }',
  transparent: true
});


sIFR.replace(dinRegular, {
  selector: '#title h2',
  css: '.sIFR-root { font-size:28px; text-transform:uppercase; width:700px; }',
  transparent: true
});

sIFR.replace(dinLight, {
  selector: '#testimonial h6',
  css: '.sIFR-root { color:#007ac0; font-size:38px; leading: -5}',
  transparent: true
});
