var luxury = { src: '/flash/sifr/luxury.swf' };

sIFR.activate( luxury );

sIFR.replace( luxury, {

	selector: '.product_title, .page_title',
	css: [ 
		'.sIFR-root { color: #ff8400; font-size: 21px; font-weight: bold; leading: 6; }'
	],
	ratios: [ 6,0.91,9,0.93,11,0.95,14,0.96,20,0.97,34,0.98,104,0.99,1 ],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false, distance: 2, color: '#000000', strength: 1, alpha: .25
		}
	}
	 
});

sIFR.replace( luxury, {

	selector: '.designer_title',
	css: [ 
		'.sIFR-root { color: #999999; font-size: 30px; font-weight: bold; leading: 6; }'
	],
	ratios: [6,1.55,7,1.47,9,1.35,11,1.3,13,1.25,14,1.24,15,1.22,16,1.15,17,1.14,19,1.13,20,1.12,31,1.11,38,1.09,45,1.07,56,1.08,64,1.07,74,1.06,85,1.05,110,1.04,1.03],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false, distance: 2, color: '#000000', strength: 1, alpha: .25
		}
	}
	 
});

sIFR.replace( luxury, {

	selector: '.items_by, .may_also_like, .general',
	css: [ 
		'.sIFR-root { color: #ff8400; font-size: 14px; font-weight: bold; leading: 0; }'
	],
	ratios: [ 6,0.91,9,0.93,11,0.95,14,0.96,20,0.97,34,0.98,104,0.99,1 ],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false, distance: 2, color: '#000000', strength: 1, alpha: .25
		}
	}
	 
});

sIFR.replace( luxury, {

	selector: '.blog_title',
	css: [ 
		'.sIFR-root { color: #ff8400; font-size: 16px; font-weight: bold; leading: 0; }',
		'a { color: #ff8400; text-decoration: none; }',
		'a:hover { color: #ff8400; text-decoration: underline; }'
	],
	ratios: [ 6,0.91,9,0.93,11,0.95,14,0.96,20,0.97,34,0.98,104,0.99,1 ],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false, distance: 2, color: '#000000', strength: 1, alpha: .25
		}
	}
	 
});

sIFR.replace( luxury, {

	selector: '.jewelry_box',
	css: [ 
		'.sIFR-root { color: #ff8400; font-size: 11px; font-weight: bold; leading: 0; text-align: center; }'
	],
	ratios: [ 6,0.91,9,0.93,11,0.95,14,0.96,20,0.97,34,0.98,104,0.99,1 ],
	wmode: 'transparent',
	filters: {
		DropShadow: {
			knockout: false, distance: 2, color: '#000000', strength: 1, alpha: .25
		}
	}
	 
});