$(document).ready(function() {
	$('.header li a:not(:first)').fancybox();
	
});