
$(document).ready(function ()
{
	
	$('.product .image a, .product .thumbs a').fancybox({
		'hideOnContentClick': true
	});
	
	
});





