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/back.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Contents", 5 ],
	[ "Message", 7 ],
	[ "Guide for Bidders", 8 ],
	[ "Terms for Buyers", 11 ],
	[ "Lots", 15 ],
	[ "Lot 1 - 5 ", 16 ],
	[ "Lot 5 - 10 ", 18 ],
	[ "Lot 11 - 16 ", 20 ],
	[ "Lot 17 - 20 ", 22 ],
	[ "Lot 21 - 25 ", 24 ],
	[ "Lot 26 - 31 ", 26 ],
	[ "Lot 32 - 36 ", 28 ],
	[ "Lot 37 - 42 ", 30 ],
	[ "Lot 43 - 48 ", 32 ],
	[ "Lot 49 - 54 ", 34 ],
	[ "Lot 55 - 59 ", 36 ],
	[ "Lot 60 - 65 ", 38 ],
	[ "Lot 66 - 71 ", 40 ],
	[ "Lot 72 - 77 ", 42 ],
	[ "Lot 78 - 83 ", 44 ],
	[ "Lot 84 - 89 ", 46 ],
	[ "Lot 90 - 94 ", 48 ],
	[ "Lot 95 - 100 ", 50 ],
	[ "Lot 101 - 105 ", 52 ],
	[ "Lot 106 - 111 ", 54 ],
	[ "Lot 112 - 117 ", 56 ],
	[ "Lot 118 - 122 ", 58 ],
	[ "Lot 123 - 127 ", 60 ],
	[ "Lot 128 - 132 ", 62 ],
	[ "Lot 133 - 137 ", 64 ],
	[ "Lot 138 - 142 ", 66 ],
	[ "Lot 143 - 148 ", 68 ],
	[ "Lot 149 - 153 ", 70 ],
	[ "Lot 154 - 158 ", 72 ],
	[ "Lot 159 - 163 ", 74 ],
	[ "Lot 164 - 166 ", 76 ],
	
	[ "Index of the Artist", 78 ],
	[ "Sidharta Auctioneer", 80 ],
	[ "Written Bid Form", 80 ],	
	[ "Back Cover", 82 ]	
];

// define custom book settings here
flippingBook.settings.bookWidth = 554;
flippingBook.settings.bookHeight = 597;
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 = 886;
flippingBook.settings.zoomImageHeight = 1866;
flippingBook.settings.downloadURL = "file/aa_nov_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();
