$(function(){
	
	// Incrase font sizes if mac
	if( $.browser.mac() ) {
		$("body").css("font-size","110%");
	}
	
	$('.product-reasons').bt({
		
		ajaxCache: false,
		ajaxPath: ["$(this).attr('rel')"],
		cornerRadius: 8,
			fill: 'rgba(255, 255, 255, 1)',
			strokeWidth: 1,
			strokeStyle: '#636466',
			cssStyles: {color: '#636466', 'font-size': '75%', 'line-height': '1.5em' },
			hoverIntentOpts: {
				interval: 0,
				timeout: 0
			}
	});
	
});
