
var frutiger = { src: '/flash/frutiger.swf' };


sIFR.activate(frutiger);

/*
sIFR.replace(frutiger, {
  selector: '#main_section_full h1',
  css: '.sIFR-root { color: #FFFFFF; }',
   wmode: 'transparent'
});
*/

/*

sIFR.replace(frutiger, {
      selector: '.teaser h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #f25314; }'
        ,'a { text-decoration: underline; }'
        ,'a:link { color: #f25314; }'
        ,'a:hover { color: #535353; }'
      ],
  		wmode: 'transparent'
    });

*/

sIFR.replace(frutiger, {
  selector: '#main_section.category h1',
  css: '.sIFR-root { color: #FFFFFF;}',
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: '#main_section.product-list h1',
  css: '.sIFR-root { color: #FFFFFF;}',
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: '#main_section h1',
  css: '.sIFR-root { color: #FF6600;}',
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: 'h1',
  css: '.sIFR-root { color: #FFFFFF;}',
  wmode: 'transparent'
});

sIFR.replace(frutiger, {
  selector: '#main_section h3, #new_lower_price h4, #related_produce_full h2',
  css: '.sIFR-root { color: #FFFFFF;}',
  wmode: 'transparent'
});


sIFR.replace(frutiger, {
  selector: '.right_item h3, .header_right_box h3, #product-search h2',
  css: '.sIFR-root { color: #FF6600;}',
  wmode: 'transparent'
});





