$(document).ready(function() {
$(".thumb").attr('rel','gallery').fancybox({
	titleShow: false
	,autoScale: true
	});

});
