$(function () {
	$(".small_gallery a, #inline, .inline_gal").fancybox({
		'transitionIn': 'elastic',
		'transitionOut': 'elastic'
	});

});

