var soho = {
  src: '/css/Avenir65.swf'
  , ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 15, 1.3, 19, 1.28, 20, 1.27, 28, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 43, 1.23, 44, 1.24, 64, 1.23, 72, 1.22, 73, 1.23, 106, 1.22, 107, 1.21, 115, 1.22, 116, 1.21, 120, 1.22, 121, 1.21, 1.22]
};


sIFR.activate(soho);

sIFR.replace(soho, {
	selector: 'h1.page'
	,css: {
		'.sIFR-root': { 'background-color': '#ffffff', 'color': '#000000' }
	}
	,wmode: 'transparent'
	,tuneHeight: '0'
	,tuneHeight: '-4'
});

sIFR.replace(soho, {
	selector: '.cntIntroText h1.white'
	, css: {
		'.sIFR-root': { 'background-color': '#000000', 'color': '#ffffff' }
	}
	, wmode: 'transparent'
	, tuneHeight: '0'
	, tuneHeight: '-4'
	, filters: {
		DropShadow: {
			distance: 0
			, color: '#000000'
			, strength: 2
		}
	}
});

sIFR.replace(soho, {
	selector: '.cntIntroText h1.black'
	, css: {
		'.sIFR-root': { 'background-color': '#ffffff', 'color': '#000000' }
	}
	, wmode: 'transparent'
	, tuneHeight: '0'
	, tuneHeight: '-4'
	, filters: {
		DropShadow: {
			distance: 0
			, color: '#ffffff'
			, strength: 1
		}
	}
});
