
var helve = {
	src: '../swf/sifr.swf',
	forceWidth : true,
	fitExactly : true,
	transparent: true
};

sIFR.replace(helve, {
	selector: 'h1',
	css: [
			'.sIFR-root {color:#B2B19D; font-size:30px; height:20px; overflow:hidden;}'
		],
	onReplacement: function(){
			 $('.content h1').css({
			 	"height":"40px",
				"overflow":"hidden"
			 });
	 }
});
sIFR.activate();
