$(document).ready(function() {
	$("#templates a").fancybox({
        'zoomSpeedOut': 200
    });
});
