flippingBook.pages = [
	"pages/cover.jpg",
	"pages/blank.jpg",
	"pages/page-001.jpg",
	"pages/page-002.jpg",
	"pages/page-003.jpg",
	"pages/page-004.jpg",
	"pages/page-005.jpg",
	"pages/page-006.jpg",
	"pages/page-007.jpg",
	"pages/page-008.jpg",
	
	"pages/page-009.jpg",
	"pages/page-010.jpg",
	"pages/page-011.jpg",
	"pages/page-012.jpg",
	"pages/page-013.jpg",
	"pages/page-014.jpg",
	"pages/page-015.jpg",
	"pages/page-016.jpg",
	"pages/page-017.jpg",
	"pages/page-018.jpg",
	"pages/page-019.jpg",
	"pages/page-020.jpg",
	"pages/page-021.jpg",
	"pages/page-022.jpg",
	"pages/page-023.jpg",
	"pages/page-024.jpg",
	"pages/page-025.jpg",
	"pages/page-026.jpg",
	"pages/page-027.jpg",
	"pages/page-028.jpg",
	"pages/page-029.jpg",
	"pages/page-030.jpg",
	"pages/page-031.jpg",
	
	"pages/page-032.jpg",
	"pages/page-033.jpg",
	"pages/page-034.jpg",
	"pages/page-035.jpg",
	"pages/page-036.jpg",
	"pages/page-037.jpg",
	"pages/page-038.jpg",
	"pages/page-039.jpg",
	"pages/page-040.jpg",
	"pages/page-041.jpg",
	"pages/page-042.jpg",
	"pages/page-043.jpg",
	"pages/page-044.jpg",
	"pages/page-045.jpg",
	"pages/page-046.jpg",
	"pages/page-047.jpg",
	"pages/page-048.jpg",
	"pages/page-049.jpg",
	"pages/page-050.jpg",
	"pages/page-051.jpg",
	"pages/page-052.jpg",
	"pages/page-053.jpg",
	"pages/page-054.jpg",
	"pages/page-055.jpg",
	"pages/page-056.jpg",
	"pages/page-057.jpg",
	"pages/page-058.jpg",
	"pages/page-059.jpg",
	"pages/page-060.jpg",
	"pages/page-061.jpg",
	"pages/page-062.jpg",
	"pages/page-063.jpg",
	"pages/page-064.jpg",
	"pages/page-065.jpg",
	"pages/page-066.jpg",
	"pages/page-067.jpg",
	"pages/page-068.jpg",
	"pages/page-069.jpg",
	"pages/page-070.jpg",
	"pages/page-071.jpg",
	"pages/page-072.jpg",
	"pages/page-073.jpg",
	"pages/page-074.jpg",
	"pages/page-075.jpg",
	"pages/page-076.jpg",
	"pages/page-077.jpg",
	"pages/page-078.jpg",
	"pages/page-079.jpg",
	"pages/page-080.jpg",
	"pages/page-081.jpg",
	"pages/page-082.jpg",
	"pages/page-083.jpg",
	"pages/page-084.jpg",
	"pages/page-085.jpg",
	"pages/page-086.jpg",
	"pages/page-087.jpg",
	"pages/page-088.jpg",
	"pages/page-089.jpg",
	"pages/page-090.jpg",
	"pages/page-091.jpg",
	"pages/page-092.jpg",
	"pages/page-093.jpg",
		"pages/page-094.jpg",
			"pages/page-095.jpg",
			
	"pages/back.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Contents", 5 ],
	[ "Message", 7 ],
	[ "Guide for Bidders", 8 ],
	[ "Terms for Buyers", 11 ],
	[ "Lot 1-6", 16 ],
	[ "Lot 7-10", 18 ],
	[ "Lot 11-15", 20 ],
	[ "Lot 16-21", 22 ],
	[ "Lot 22-26", 24 ],
	[ "Lot 27-31", 26 ],
	[ "Lot 32-36", 28 ],
	[ "Lot 37-40", 30 ],
	[ "Lot 41-44", 32 ],
	[ "Lot 45-48", 34 ],
	[ "Lot 49-53", 36 ],
	[ "Lot 54-58", 38 ],
	[ "Lot 59-63", 40 ],
	[ "Lot 64-68", 42 ],
	[ "Lot 69-72", 44 ],
	[ "Lot 73-77", 46 ],
	[ "Lot 78-81", 48 ],
	[ "Lot 82-86", 50 ],
	[ "Lot 87-90", 52 ],
	[ "Lot 91-94", 54 ],
	[ "Lot 95-99", 56 ],
	[ "Lot 100-104", 58 ],
	[ "Lot 105-109", 60 ],
	[ "Lot 110-114", 62 ],
	[ "Lot 115-118", 64 ],
	[ "Lot 119-123", 66 ],
	[ "Lot 124-128", 68 ],
	[ "Lot 129-133", 70 ],
	[ "Lot 134-138", 72 ],
	[ "Lot 139-144", 74 ],
	[ "Lot 145-149", 76 ],
	[ "Lot 150-154", 78 ],
	[ "Lot 155-158", 80 ],
	[ "Lot 159-162", 82 ],
	[ "Lot 163-166", 84 ],
	[ "Lot 167-170", 86 ],
	[ "Lot 171-175", 88 ],
	[ "Lot 176-180", 90 ],
	[ "Lot 181-184", 92 ],
	
	[ "Index of the Artist", 94 ],
	[ "Sidharta Auctioneer", 96 ],
	[ "Written Bid Form", 97 ],	
	[ "Back Cover", 98 ],
];

// define custom book settings here
flippingBook.settings.bookWidth = 554;
flippingBook.settings.bookHeight = 598;
flippingBook.settings.pageBackgroundColor = 0x990000;
flippingBook.settings.backgroundColor = 0xFFFFFF;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 600;
flippingBook.settings.zoomImageHeight = 1295;
flippingBook.settings.downloadURL = "file/aa_aug_09.pdf";
flippingBook.settings.flipSound = "sounds/01.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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

