$(document).ready(function() {

	$("a.painting-thumb").fancybox({
		'titlePosition'	: 'inside',
		'autoScale' : true
	
	});


});


 
