var rotis = {
  src: '/assets/flash/sifr3-415/rotis-serif.swf'
};

sIFR.activate(rotis);

var dax = {
  src: '/assets/flash/sifr3-415/dax-light.swf'
};

sIFR.activate(dax);

sIFR.replace(rotis, {
	selector: '#content h1',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#000000',
			'text-transform': 'none'
		}
	}
});

sIFR.replace(rotis, {
	selector: '#content .latest-developments h2',
	wmode: 'transparent',
	css:
	[
		'.sIFR-root {color: #566c10; text-transform:none; leading: -15;}',
		'strong {color: #5fb1d3;}'
	]
});

sIFR.replace(rotis, {
	selector: 'body.home #content h2',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#000000',
			'leading': '-10',
			'text-transform': 'none'
		}
	}
});

sIFR.replace(rotis, {
	selector: 'body.partexchange #content h2',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#449e2e',
			'leading': '-10',
			'text-transform': 'none'
		}
	}
});

// styling H2

  sIFR.replace(rotis, {
    selector: '#content h2'
	,forceWidth: 'true'
	,tuneHeight: '-4'
	,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #99c04a; text-transform: none; leading: -15;}'
	]
  });
 
sIFR.replace(rotis, {
	selector: '.picture-this h3',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:30px; color: #000000; text-transform: none;}'
	]
});

sIFR.replace(rotis, {
	selector: '.picture-this h4',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:25px; color: #000000; text-transform: none; leading: -2;}'
	]
});


sIFR.replace(dax, {
	selector: '.christmas-area h3',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:27px; color: #000000; text-transform: none;}'
	]
});


sIFR.replace(dax, {
	selector: '.christmas-area h4',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:22px; color: #000000; text-transform: none; leading: -2;}'
	]
});

