var helveticaneueultralight = {
  src: 'helveticaneueultralight.swf'
};

sIFR.activate(helveticaneueultralight);

sIFR.replace(helveticaneueultralight, {
	selector: 'h1'
	,css: '.sIFR-root { font-size:42px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h2'
	,css: '.sIFR-root { font-size:42px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h3'
	,css: '.sIFR-root { font-size:25px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h4'
	,css: '.sIFR-root { font-size:20px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});
/*
sIFR.replace(helveticaneueultralight, {
	selector: 'p'
	,css: '.sIFR-root { font-size:11px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});
*/
/*
sIFR.replace(futura, {
    selector: '#select li'
    ,css: [
      '.sIFR-root { text-align: left; line-height:1em; }'
      ,'a { color: #ffffff;text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff;text-decoration: underline }'
    ]
    ,wmode: 'transparent'
  });
*/