flippingBook.pages = [
	"pages/01.jpg",
	"pages/02.jpg",
	"pages/03.jpg",
	"pages/04.jpg",
	"pages/05.jpg",
	"pages/06.jpg",
	"pages/07.jpg",
	"pages/08.jpg",
	"pages/09.jpg",
	"pages/11.jpg",
	"pages/12.jpg",
	"pages/10.jpg"
	
];


flippingBook.contents = [
	[ "Belgrade Sightseeing tours", 1 ],
	[ "Sightseeing by walk", 2 ],
	[ "Sightseeing from the rivers", 3 ],
	[ "Sightseeing from the air", 4 ],
	[ "On four wheels", 5 ],
	[ "3 in 1 sightseeing tour", 6 ],
	[ "Special bohemian nights", 7 ],
	[ "Belgrade night out", 8 ],
	[ "Feel the adrenaline rush", 9 ],
	[ "Tour to the heart of Serbia", 10 ],
	[ "Circling around Belgrade", 11 ],
	[ "All tours with priceliest", 12 ]
];

// define custom book settings here
flippingBook.settings.bookWidth = 826;
flippingBook.settings.bookHeight = 586;
flippingBook.settings.pageBackgroundColor = 0x5b7414;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x919d6c;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false,
flippingBook.settings.zoomImageWidth = 910;
flippingBook.settings.zoomImageHeight = 1280;
flippingBook.settings.flipSound = "sounds/02.mp3";
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;
printEnabled: true;
printTitle: "Print Pages";
downloadURL: "Brosura_birdwacing.pdf";
downloadTitle: "Download PDF";
downloadSize: "Size: 1.15 Mb";
downloadComplete: "Complete";

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