		var galette = {
			src: 'http://www.future2motion.tv/wp-content/themes/future2motion/sIFR/galette.swf',
		  	fitExactly: 'true',
			wmode: 'transparent',
			antiAliasType: 'normal'
		};
		
		sIFR.replace(galette, {
			selector: 'h2',
			css: [ 
				'.sIFR-root { font-size: 22px;, color: #ffffff; }',
				'a { text-decoration: none;, color: #ffffff; }',
				'a:hover { color: #e9e9e9}'
			]
		}
		);
		
		sIFR.activate(galette);