var itc = {
  src: 'http://www.stickyaffiliates.co.uk/wp-content/themes/default/scripts/itc.swf' };

var futura = {
  src: 'http://www.stickyaffiliates.co.uk/wp-content/themes/default/scripts/futura.swf' };

sIFR.activate(itc, futura);

sIFR.replace(itc, {
  selector: 'h4',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #FFFFFF; font-size: 32px; font-style: italic; }',
	  'em { color: #9DE2FD; }'
  ],
  filters: {
	DropShadow: {
	  distance: 3,
	  color: '#333333',
	  strength: 1,
	  angle: 15,
	  opacity: 30
	}
  }
});

sIFR.replace(itc, {
  selector: 'h5',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #102843; font-size: 22px; font-style: italic; }',
	  'pre { color: #1C4471; display: inline; }',
	  'em { color: #2762A3; }'
  ],
  filters: {
	DropShadow: {
	  distance: 2,
	  color: '#666666',
	  strength: 1,
	  angle: 15,
	  opacity: 41
	}
  }
});

sIFR.replace(futura, {
  selector: '#maintext h3',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #1D2F45; font-size: 13px; text-transform: uppercase; font-weight: bold; }',
	  'em { color: #59BD43; font-style: normal; }'
  ],
  filters: {
	DropShadow: {
	  distance: 2,
	  color: '#FFFFFF',
	  strength: 2,
	  angle: 15,
	  blurY: 0,
	  blurX: 0
	}
  }
});

sIFR.replace(futura, {
  selector: '#maintext h3 em',
  wmode: 'transparent',
  filters: {
	GradientBevel: {
      distance: 5,
      colors: ['#000000', '#59BD43'],
	  alphas: [100, 100],
      blurX: 0,
      blurY: 0,
      strength: 2,
      quality: 3,
      type: 'inner'
    }
  }
});
  
sIFR.replace(futura, {
  selector: '#gettingstarted h3',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #1A426F; font-size: 13px; text-transform: uppercase; font-weight: bold; }'
  ],
  filters: {
	DropShadow: {
	  distance: 2,
	  color: '#FFFFFF',
	  strength: 2,
	  angle: 15,
	  blurY: 0,
	  blurX: 0
	}
  }
});

sIFR.replace(futura, {
  selector: '#afflogin h3',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #1A426F; font-size: 13px; text-transform: uppercase; font-weight: bold; }'
  ],
  filters: {
	DropShadow: {
	  distance: 2,
	  color: '#FFFFFF',
	  strength: 2,
	  angle: 15,
	  blurY: 0,
	  blurX: 0
	}
  }
});

sIFR.replace(futura, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #2762A3; font-size: 25px; text-transform: uppercase; }',
	  'strong { color: #102843; font-weight: normal; }'
  ]
});

sIFR.replace(futura, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #1A426F; font-size: 13px; text-transform: uppercase; }',
	  'a { color: #1A426F; text-decoration:underline; }',
	  'a:hover { color: #1A426F; text-decoration:none; }'
  ]
});