$j(document).ready(function(){
	$j('.show_large_image').css('cursor','pointer').mouseover(function(){															
		$j('#large_img').attr('src','/images/home/foto'+this.id);									  
	});
});
