
sIFR.activate(segoe, segoecond, arial);

sIFR.replace(segoe, {
  selector: '#home .feature h1, #product .feature h1, #product .feature h2',
  css: [
  	'.sIFR-root {color: #ffffff; }',
  	'b {font-weight: bold;}'
  ],
  filters: {
  	DropShadow: {
        knockout: false,
        distance: 1,
        angle: 90,
        color: '#000000',
        alpha: .40,
        blurX: 0,
        blurY: 0
      }
    },
  wmode: 'transparent'
});

sIFR.replace(segoe, {
  selector: '#home div.sections h2',
  css: [
  	'.sIFR-root {margin-top: 0; color: #333333;}',
  	'b {font-weight: bold;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(segoe, {
  selector: '#product .prodnav a span.title',
  css: [
  	'.sIFR-root {margin: 0; padding: 0; height: 16px; color: #ffffff; font-weight: normal; text-align: right; cursor: pointer;}',
  	'b {font-weight: bold;}'
  ],
  filters: {
  	DropShadow: {
        knockout: false,
        distance: 1,
        angle: 90,
        color: '#000000',
        alpha: .40,
        blurX: 0,
        blurY: 0
      }
    },
  wmode: 'transparent',
  sWmode: 'opaque'
});
sIFR.replace(arial, {
  selector: '#product .prodnav a span.text',
  css: [
  	'.sIFR-root {margin: 0; padding: 0; color: #b4cedc; cursor: pointer; text-align: right; font-weight: bold;}',
  	'b {font-weight: bold;}'
  ],
  filters: {
  	DropShadow: {
        knockout: false,
        distance: 1,
        angle: 90,
        color: '#000000',
        alpha: .40,
        blurX: 0,
        blurY: 0
      }
    },
  wmode: 'transparent',
  sWmode: 'opaque'
});

sIFR.replace(segoecond, {
  selector: '.pricetag .price, .pricetag .ab',
  css: [
  	'.sIFR-root {color: #0088cc; text-align: center;}',
  	'b {font-weight: bold;}'
  ],
  wmode: 'transparent'
});

