/*
FOR COMPLETE INSTRUCTIONS ::
http://wiki.novemberborn.net/sifr3/How+to+use
*/

var automobile = {
	src: '/sifr/automobile.swf'
};

sIFR.activate(automobile);


sIFR.replace(automobile, {
	selector: '.fruit h4',
	wmode: 'transparent',
	css: { 
		'.sIFR-root': { 'color': '#783800', 'font-size': '18px' }
	}		
});
