$(function() {
	
	$('.validate-form').each(function() {
		$(this).validate();
	});
	
	$(document).imageZoom();
	
});
