var din = { src: '/assets/sifr/din.swf' };

sIFR.activate(din);

sIFR.replace(din, {
  selector: '#tagline h2',
  css: [
		'.sIFR-root { font-size:24px; color:#aaa8a8; line-height:32px;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: '#home_left h3',
  css: [
		'.sIFR-root { font-size:24px; color:#4d4c4c; line-height:28px;}'
  ],
  wmode: 'transparent'
});
sIFR.replace(din, {
  selector: '#get_in_contact h4',
  css: [
		'.sIFR-root { font-size:18px; color:#4d4c4c; line-height:20px;}'
  ],
  wmode: 'transparent'
});
sIFR.replace(din, {
  selector: '#side_menu h4',
  css: [
		'.sIFR-root { font-size:18px; color:#888787; line-height:20px;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: '.product_item h4, #about_right h4',
  css: [
		'.sIFR-root { font-size:16px; color:#888787; line-height:20px; text-transform:uppercase;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: '#products_right h3, #our_products h3, #about_right h3, #contact_left h3',
  css: [
		'.sIFR-root { font-size:22px; color:#888787; line-height:26px; text-transform:uppercase;}'
  ],
  wmode: 'transparent'
});
