var frutiger = {
	src: 'css/frutiger.swf'
};

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
  selector: 'h1.frutiger, h1.frutiger-orangeline'
  ,css: [
      '.sIFR-root {font-size: 29px; color: #000000; font-style:italic; padding: 0 0 20px 0; margin: 0px;}'
]
  ,wmode: ['transparent']
});

sIFR.replace(frutiger, {
  selector: 'h2.frutiger'
  ,css: [
      '.sIFR-root {font-size: 22px; color: #393939; font-style:italic; padding: 0; margin: 0px;}'
]
  ,wmode: ['transparent']
});

sIFR.replace(frutiger, {
  selector: 'h2.frutigerproduct'
  ,css: [
      '.sIFR-root {font-size: 22px; color: #464646; font-style:italic; }'
]
  ,wmode: ['transparent']
});
//sIFR.replace(frutiger, {
//  selector: 'h2.frutigergrayproduct'
//  ,css: [
//      '.sIFR-root {font-size: 18px; color: #393939; font-style:italic; }'
//]
//  ,wmode: ['transparent']
//});


sIFR.replace(frutiger, {
  selector: 'h3.frutiger'
  ,css: [
      '.sIFR-root {font-size: 21px; color: #f04a00; font-style:italic; padding: 0; margin: 0px;}'
]
  ,wmode: ['transparent']
});
