$(document).ready(function() {
	$("ul.photos li a").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true });
});

