flippingBook.pages = [
	"pages/page1.jpg",
	"pages/page2.jpg",
	"pages/page3.jpg",
	"pages/page4.jpg",
	"pages/page5.jpg",
	"pages/page6.jpg",
	"pages/page7.jpg",
	"pages/page8.jpg",
	"pages/page9.jpg",
	"pages/page10.jpg",
	"pages/page11.jpg",
	"pages/page12.jpg",
	"pages/page13.jpg",
	"pages/page14.jpg",
	"pages/page15.jpg",
	"pages/page16.jpg",
	"pages/page17.jpg",
	"pages/page18.jpg",
	"pages/page19.jpg",
	"pages/page20.jpg",
	"pages/page21.jpg",
	"pages/page22.jpg",
	"pages/page23.jpg",
	"pages/page24.jpg",
	"pages/page25.jpg",
	"pages/page26.jpg",
	"pages/page27.jpg",
	"pages/page28.jpg",
	"pages/page29.jpg",
	"pages/page30.jpg",
	"pages/page31.jpg",
	"pages/page32.jpg",
	"pages/page33.jpg",
	"pages/page34.jpg",
	"pages/page35.jpg",
	"pages/page36.jpg"
];

flippingBook.zoomPages = [
	"pages/large/page1.jpg",
	"pages/large/page2.jpg",
	"pages/large/page3.jpg",
	"pages/large/page4.jpg",
	"pages/large/page5.jpg",
	"pages/large/page6.jpg",
	"pages/large/page7.jpg",
	"pages/large/page8.jpg",
	"pages/large/page9.jpg",
	"pages/large/page10.jpg",
	"pages/large/page11.jpg",
	"pages/large/page12.jpg",
	"pages/large/page13.jpg",
	"pages/large/page14.jpg",
	"pages/large/page15.jpg",
	"pages/large/page16.jpg",
	"pages/large/page17.jpg",
	"pages/large/page18.jpg",
	"pages/large/page19.jpg",
	"pages/large/page20.jpg",
	"pages/large/page21.jpg",
	"pages/large/page22.jpg",
	"pages/large/page23.jpg",
	"pages/large/page24.jpg",
	"pages/large/page25.swf",
	"pages/large/page26.swf",
	"pages/large/page27.swf",
	"pages/large/page28.swf",
	"pages/large/page29.swf",
	"pages/large/page30.swf",
	"pages/large/page31.jpg",
	"pages/large/page32.swf",
	"pages/large/page33.swf",
	"pages/large/page34.swf",
	"pages/large/page35.swf",
	"pages/large/page36.swf"
];


flippingBook.contents = [
	[ "The Perfect Setting", 1 ],
	[ "Welcome", 2 ],
	[ "Your Wedding", 4 ],
	[ "Civil Ceremonies", 6 ],
	[ "Location", 8 ],
	[ "Fine Catering", 10 ],
	[ "Wine", 12 ],
	[ "Children", 14 ],
	[ "The Bedrooms", 16 ],
	[ "Gardens & Grounds", 18 ],
	[ "Facilities", 20 ],
	[ "History", 22 ],
	[ "A Murder Mystery Supper", 24 ],
	[ "Thank you & Companies", 25 ],
	[ "Kitley House Hotel", 36 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 1020;
flippingBook.settings.bookHeight = 361;
flippingBook.settings.pageBackgroundColor = 0xefdda7;
flippingBook.settings.backgroundColor = 0xEBDEB8;
flippingBook.settings.zoomUIColor = 0xefdda7;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = true,
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 707;
flippingBook.settings.downloadURL = "http://www.kitleyweddings.co.uk/digi/wedding-brochure.pdf";
flippingBook.settings.flipSound = "sounds/03.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

// default settings can be found in the flippingbook.js file
flippingBook.create();
