flippingBook.pages = [
	"pages/Amethyst_001.jpg",
	"pages/Amethyst_002.jpg",
	"pages/Amethyst_003.jpg",
	"pages/Amethyst_004.jpg",
	"pages/Amethyst_005.jpg",
	"pages/Amethyst_006.jpg",
	"pages/Amethyst_007.jpg",
	"pages/Amethyst_008.jpg",
	"pages/Amethyst_009.jpg",
	"pages/Amethyst_010.jpg",
	"pages/Amethyst_011.jpg",
	"pages/Amethyst_012.jpg",
	"pages/Amethyst_013.jpg",
	"pages/Amethyst_014.jpg",
	"pages/Amethyst_015.jpg",
	"pages/Amethyst_016.jpg",
	"pages/Amethyst_017.jpg",
	"pages/Amethyst_018.jpg",
	"pages/Amethyst_019.jpg",
	"pages/Amethyst_020.jpg",
	"pages/Amethyst_021.jpg",
	"pages/Amethyst_022.jpg",
	"pages/Amethyst_023.jpg",
	"pages/Amethyst_024.jpg"
];

flippingBook.contents = [
	[ "Cover", 1 ],
	[ "Modern", 4 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 900;
flippingBook.settings.bookHeight = 451;
flippingBook.settings.pageBackgroundColor = 0x5f1474;
flippingBook.settings.backgroundColor = 0x701ca5;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.smoothPages = false;	
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 1000;
flippingBook.settings.zoomImageHeight = 1002;
flippingBook.settings.downloadURL = "http://www.roxo.cc/amethyst_cat.pdf";
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";

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