$(document).ready(function() {
	$("a[rel=photos]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
});
