flippingBook.pages = [
	"pages/front.jpg",
	"pages/04.jpg",
	"pages/08.jpg",
	"pages/12.jpg",
	"pages/16.jpg",
	"pages/20.jpg",
	"pages/24.jpg",
	"pages/28.jpg",
	"pages/32.jpg",
	"pages/36.jpg",
	"pages/40.jpg",
	"pages/44.jpg",
	"pages/48.jpg",
	"pages/52.jpg",
	"pages/56.jpg",
	"pages/back.jpg"
];

flippingBook.contents = [
	[ "Front page", 1 ],
	[ "Page-02 Looking down driveway", 2 ],
	[ "Page-03 Looking up driveway", 3 ],
	[ "Page-04 Looking onto carport", 4 ],
	[ "Page-05 Lower gardens", 5 ],
	[ "Page-06 Dining room", 6 ],
	[ "Page-07 View into kitchen", 7 ],
	[ "Page-08 Lounge", 8 ],
	[ "Page-09 Bedroom 3", 9 ],
	[ "Page-10 Pool and villa", 10 ],
	[ "Page-11 Seating next to pool", 11 ],
	[ "Page-12 View from garden terrace", 12 ],
	[ "Page-13 Shaded seating near BBQ", 13 ],
	[ "Page-14 Pool and sunbeds", 14 ],
	[ "Page-15 Cacti", 15 ],
	[ "Back page", 16 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 960;
flippingBook.settings.bookHeight = 365;
flippingBook.settings.pageBackgroundColor = 0xC6D6DE;
flippingBook.settings.backgroundColor = 0xFFFFDF;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.dropShadowHideWhenFlipping = false;
flippingBook.settings.zoomImageWidth = 820;
flippingBook.settings.zoomImageHeight = 620;
flippingBook.settings.downloadURL = "http://www.algarveholidayvillas.net/pictures/zip/quinta-dos-lirios.zip";
flippingBook.settings.flipSound = "sounds/page-flip.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = false;
flippingBook.settings.printEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();

