function setupPhotos() {
		Shadowbox.setup(".photos-gallery", {
			gallery:        "photos",
			continuous:     true,
			counterType:    "skip"
		});
	}
