flippingBook.pages = [
	"pages/Art in Nature-1 copy.jpg",
	"pages/Art in Nature-2 copy.jpg",
		"pages/Art in Nature-3 copy.jpg",
			"pages/Art in Nature-4 copy.jpg",
				"pages/Art in Nature-5 copy.jpg",
					"pages/Art in Nature-6 copy.jpg",
						"pages/Art in Nature-7 copy.jpg",
							"pages/Art in Nature-8 copy.jpg",
								"pages/Art in Nature-9 copy.jpg",
									"pages/Art in Nature-10 copy.jpg",
										"pages/Art in Nature-11 copy.jpg",
											"pages/Art in Nature-12 copy.jpg"
];


flippingBook.contents = [
	[ "Cover", 1 ],
];

// define custom book settings here621
flippingBook.settings.bookWidth = 931;
flippingBook.settings.bookHeight = 600;
flippingBook.settings.pageBackgroundColor = 0xecf3fb;
flippingBook.settings.backgroundColor = 0xecf3fb;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 2567;
flippingBook.settings.zoomImageHeight = 3305;
flippingBook.settings.downloadURL = "http://www.page-flip.com/new-demos/03-kitchen-gorenje-2008/kitchen_gorenje_2008.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();
