var galaxie = {
	src: 'http://www.crowdpeople.com/agsite/wp-content/themes/agcreative/fontreplacement/galaxie.swf'
}

sIFR.activate(galaxie);


sIFR.replace(galaxie, {
	selector: "h4",
	wmode: 'transparent',
	fitExactly: true,
	css: {		
		'.sIFR-root': {'color': '#1e1918', 'background-color': 'transparent', 'text-transform': 'uppercase'}
	}
})

sIFR.replace(galaxie, {
	selector: "h5",
	wmode: 'transparent',
	fitExactly: true,
	css: {		
		'.sIFR-root': {'color': '#1e1918', 'background-color': 'transparent', 'text-transform': 'lowercase'}
	}
})
sIFR.replace(galaxie, {
	selector: "h1",
	wmode: 'transparent',
	fitExactly: true,
	css: {		
		'.sIFR-root': {'color': '#1e1918', 'background-color': 'transparent', 'text-transform': 'lowercase'}
	}
})
