var nobellight = {
      src: 'http://lexus.co.za/lexus/fonts/nobellight.swf'
};

var nobelregular = {
      src: 'http://lexus.co.za/lexus/fonts/nobelregular.swf'
};
 
sIFR.activate(nobellight, nobelregular);
 
sIFR.replace(nobellight, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(nobelregular, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(nobellight, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(nobellight, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(nobellight, {
      selector: 'h5',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#FFFFFF; line-height: 20px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(nobellight, {
      selector: 'h6',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#FFFFFF; line-height: 24px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(nobelregular, {
      selector: 'h7',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#000; line-height: 10px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(nobelregular, {
      selector: 'div.videoHeader',
      css: [
	'.sIFR-root { font-size:16px; font-weight: normal; color:#000000; line-height: 10px; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});
