flippingBook.pages = [
	"FirstReferencehumano/pages/page-01.jpg",
	"FirstReferencehumano/pages/page-02.jpg",
	"FirstReferencehumano/pages/page-03.jpg",
	"FirstReferencehumano/pages/page-04.jpg",
	"FirstReferencehumano/pages/page-05.jpg",
	"FirstReferencehumano/pages/page-06.jpg",
	"FirstReferencehumano/pages/page-07.jpg",
	"FirstReferencehumano/pages/page-08.jpg"
];


// define custom book settings here
flippingBook.settings.bookWidth = 584;
flippingBook.settings.bookHeight = 373;
flippingBook.settings.hardcover = true;
flippingBook.settings.firstPageNumber = 2;
flippingBook.settings.hardcoverThickness = 4;
flippingBook.settings.pageBackgroundColor = 0x999999;
flippingBook.settings.backgroundColor = 0x999999;
flippingBook.settings.backgroundImage = "../../home/images/bookBackground.jpg";
flippingBook.settings.zoomUIColor = 0x999999;
flippingBook.settings.useCustomCursors = true;
flippingBook.settings.dropShadowHideWhenFlipping = false;
flippingBook.settings.zoomPath = "HumanBody/pages/large/";
flippingBook.settings.zoomImageWidth = 786;
flippingBook.settings.zoomImageHeight = 1004;
// flippingBook.settings.flipSound = "sounds/02.mp3";
// flippingBook.settings.hardcoverSound = 'sounds/03.mp3';
flippingBook.settings.flipCornerStyle = "first page only";

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

