jQuery(function(){   
		jQuery("#gallery").flickr({     
		 api_key: "908e1657847346b6d3967bb608c76ef7",
		 type: "photoset",
		 thumb_size: 's', 
		 per_page: 6,
		 photoset_id: "72157617630620385",
		 size: "o"//Remember to add the bloody comma back in, IE won't let me leave it the big poo face
		 //callback: liteboxCallback    
		}); 
	});