var lithos_pro_regular = {
  src: 'swf/lithos_pro_regular.swf'
};

sIFR.prefetch(lithos_pro_regular);
sIFR.activate();

sIFR.replace(lithos_pro_regular, {
  	selector: '#overview p',
  	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase', 'text-align': 'center', 'leading': 7}
	 }
});

sIFR.replace(lithos_pro_regular, {
  	selector: '#excuse h1',
  	wmode: 'transparent',
	exactFit: true,
	css: {
		'.sIFR-root': { 'color': '#8fa784', 'text-transform': 'uppercase', 'text-align': 'center', 'leading': 3, 'font-weight':'bold'}
	 }
});