// sIFR.useStyleCheck = true;
var avant = {
	  src: '/_Client/Flash/avant.swf',
	  wmode: 'transparent'
};
sIFR.activate(avant);
sIFR.replace(avant, {
	  selector: 'h1',
	  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; }']
});

sIFR.replace(avant, {
	  selector: 'h2',
	  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; }']
});

sIFR.replace(avant, {
	  selector: '.quote',
	  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; font-style: italic; }']
});

sIFR.replace(avant, {
	  selector: '.hotspotTitleWhite', fitExactly: 'true',
	  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; line-height: 10; }']
});

sIFR.replace(avant, {
	  selector: '.hotspotTitleBlue', fitExactly: 'true',
	  css: ['.sIFR-root { color: #78bee9; font-weight: bold; line-height: 10; }']
});