$(document).ready(function() {

  /* Prestations - Onglets ************************************************** */
  $("ul.tabs").tabs("div.panes > div", {effect:'fade', fadeOutSpeed: 400});

  /* Masonry **************************************************************** */
  $(".box-container").masonry({
    columnWidth: 320,
    itemSelector: '.box'
    });

  /* Packs de sites Internet XS S M L XL XXL ******************************** */
$("#site-pack-menu-panes").scrollable({ circular: true, mousewheel: false }).navigator({

		// select #flowtabs to be used as navigator
		navi: "#site-pack-menu-tabs",

		// select A tags inside the navigator to work as items (not direct children)
		naviItem: 'a'


	});


});