var impact = {
 src: 'flash/impact.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(impact);

sIFR.replace(impact, {
selector: '.services_container h1, .services_container h2'
	,css: [
	  '.sIFR-root { font-size:21px; color:#ffffff;}',
	],
	offsetTop:-5,
	offsetLeft:0,
	tuneHeight: -13,
    wmode: 'transparent'
});
