flippingBook.pages = [
	"/images/vidal_logo_album_cover.jpg",
	"/images/gallery_vidal_smart_02.jpg",
	"/images/gallery_vidal_smart_10.jpg",
	"/images/gallery_vidal_smart_06.jpg",
	"/images/gallery_vidal_smart_07.jpg",
	"/images/gallery_vidal_briefs_12.jpg",
	"/images/gallery_vidal_nudistgames_07.jpg",
	"/images/gallery_vidal_sports_04.jpg",
	"/images/gallery_vidal_sports_07.jpg",
	"/images/gallery_vidal_sports_06.jpg",
	"/images/gallery_vidal_sensual_07.jpg",
	"/images/gallery_vidal_french_chic_04.jpg",
	"/images/gallery_vidal_french_chic_01.jpg",
	"/images/gallery_vidal_italiancharm_08.jpg",
	"/images/gallery_vidal_suits_03.jpg",
	"/images/gallery_vidal_nude_02.jpg",
	"/images/gallery_vidal_nude_06.jpg",
	"/images/gallery_vidal_uniform_09.jpg",
	"/images/gallery_vidal_uniform_03.jpg",
	"/images/gallery_vidal_sexy_01.jpg",
	"/images/gallery_vidal_sexy_04.jpg",
	"/images/gallery_vidal_sports_09.jpg",
	"/images/gallery_vidal_sexy_07.jpg",
	"/images/gallery_vidal_steamy_shorts_09.jpg",
	"/images/gallery_vidal_steamy_shorts_01.jpg",
	"/images/gallery_vidal_casual_04.jpg",
	"/images/gallery_vidal_casual_02.jpg",
	"/images/gallery_vidal_sexyback_01.jpg",
	"/images/gallery_vidal_sexyback_10.jpg",
	"/images/gallery_vidal_suits_10.jpg",
	"/images/gallery_vidal_suits_07.jpg",
	"/images/gallery_vidal_erotic_02.jpg",
	"/images/gallery_vidal_seductive_12.jpg",
	"/images/gallery_vidal_leather_09.jpg",
	"/images/gallery_vidal_nude_03.jpg",
	"/images/gallery_vidal_jeans_02.jpg",
	"/images/gallery_vidal_jeans_01.jpg",
	"/images/gallery_vidal_swimwear_02.jpg",
	"/images/gallery_vidal_underwear_05.jpg",
	"/images/gallery_vidal_rubber_01.jpg",
	"/images/gallery_vidal_rubber_03.jpg",
	"/images/gallery_vidal_sensual_04.jpg",
	"/images/gallery_vidal_sexy_06.jpg",
	"/images/gallery_vidal_stylish_06.jpg",
	"/images/gallery_vidal_stylish_08.jpg",
	"/images/gallery_vidal_chilled_05.jpg",
	"/images/gallery_vidal_seductive_05.jpg",
	"/images/gallery_vidal_candid_sleeve_03.jpg",
	"/images/gallery_vidal_candid_sleeve_01.jpg",
	"/images/gallery_vidal_suits_08.jpg",
	"/images/gallery_vidal_suits_09.jpg",
	"/images/gallery_vidal_sexy_03.jpg",
	"/images/gallery_vidal_american_buddy_01.jpg",
	"/images/gallery_vidal_jockstrap_01.jpg",
	"/images/gallery_vidal_jockstrap_04.jpg",
	"/images/gallery_vidal_smart_12.jpg",
	"/images/gallery_vidal_german_underground_11.jpg",
	"/images/gallery_vidal_lycra_01.jpg",
	"/images/gallery_vidal_lycra_09.jpg",
	"/images/gallery_vidal_italiancharm_04.jpg",
	"/images/gallery_vidal_italiancharm_10.jpg",
	"/images/gallery_vidal_sexyback_04.jpg",
	"/images/gallery_vidal_sexyback_05.jpg",
	"/images/gallery_vidal_military_01.jpg",
	"/images/gallery_vidal_military_04.jpg",
  "/images/gallery_vidal_uniform_01.jpg",
  "/images/gallery_vidal_topless_10.jpg",
  "/images/gallery_vidal_thongs_01.jpg",
  "/images/gallery_vidal_thongs_04.jpg",
  "/images/gallery_vidal_jeans_06.jpg",
  "/images/gallery_vidal_jeans_09.jpg",
	"/images/gallery_vidal_seductive_03.jpg",
	"/images/gallery_vidal_seductive_09.jpg",
	"/images/gallery_vidal_smart_03.jpg",
  "/images/gallery_vidal_leisurewear_10.jpg",
  "/images/gallery_vidal_topless_12.jpg",
  "/images/gallery_vidal_topless_07.jpg",
  "/images/gallery_vidal_topless_04.jpg",
  "/images/gallery_vidal_sensual_11.jpg",
	"/images/gallery_vidal_underwear_02.jpg",
	"/images/gallery_vidal_underwear_08.jpg",
	"/images/gallery_vidal_smart_01.jpg",
	"/images/gallery_vidal_smart_03.jpg",
  "/images/gallery_vidal_playfulshirt_02.jpg",
  "/images/gallery_vidal_playfulshirt_10.jpg",
	"/images/gallery_vidal_sports_12.jpg",
	"/images/gallery_vidal_sports_02.jpg",
  "/images/gallery_vidal_badboy_02.jpg",
  "/images/gallery_vidal_thongs_03.jpg",
  "/images/gallery_vidal_french_chic_03.jpg",
  "/images/gallery_vidal_machoman_03.jpg",
  "/images/gallery_vidal_topless_03.jpg",
  "/images/gallery_vidal_sexychest_02.jpg",
	"/images/gallery_vidal_swimwear_12.jpg",
	"/images/gallery_vidal_jockstrap_02.jpg",
	"/images/gallery_vidal_military_02.jpg",
	"/images/gallery_vidal_military_07.jpg",
  "/images/gallery_vidal_sensual_01.jpg",
  "/images/gallery_vidal_sensual_08.jpg",
	"/images/gallery_vidal_lycra_11.jpg",
	"/images/gallery_vidal_underwear_01.jpg",
	"/images/gallery_vidal_badboy_06.jpg",
	"/images/vidal_logo_album_cover.jpg"
];


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

// define custom book settings here
flippingBook.settings.bookWidth = 1000;
flippingBook.settings.bookHeight = 725;
flippingBook.settings.pageBackgroundColor = 0x999999;
flippingBook.settings.backgroundColor = 0x000000;
flippingBook.settings.zoomUIColor = 0x919191;
flippingBook.settings.useCustomCursors = false;
flippingBook.settings.dropShadowEnabled = false;
flippingBook.settings.zoomImageWidth = 992;
flippingBook.settings.zoomImageHeight = 1403;
flippingBook.settings.flipCornerStyle = "first page only";
flippingBook.settings.zoomHintEnabled = true;

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

