$(document).ready(function(){
	$("a.imgGalThumb").click(function(event) {
		event.preventDefault();
		$("#imgGalGrande").attr('src',$(this).attr('href'));
	});
});
