$(document).ready(function() {	
	$("a[rel='external']").attr("target","_blank");
	$("a.product-image").fancybox({
		'zoomSpeedIn':		300, 
		'zoomSpeedOut':		300, 
		'overlayShow':		true,
		'hideOnContentClick': true,
		'imageScale':		true,
		'overlayOpacity':	.7,
		'centerOnScroll':	true
	});
});