//SIFR STYLES
var myriadpro_small = {
	src: '/resource/flash/myriadpro_small.swf'
};

sIFR.activate(myriadpro_small);

sIFR.replace(myriadpro_small, {
	selector: 'h3, h1'
	,wmode: "transparent"
	,fitExactly: true
	,css: '.sIFR-root { text-transform: uppercase; } strong { font-style: normal; font-weight: bold; }'
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 0
			,color: '#FFFFFF'
			,strength: 2 } 
	}
});

