$(document).ready(
	function() 
	{
		var root = $(".scrollable").scrollable({circular: true, mousewhell: true}).autoscroll({
			autoplay: true,
			interval: 3500
		});

		// provide scrollable API for the action buttons
		window.api = root.data("scrollable");
	
		// Init carousel page d'accueil
	    //$(".scrollable").scrollable();
	    
	    // Init galerie fiche produit
		$("ul.tabs").tabs("div.panes > div");

		// Init lien "Tout sélectionner" page liste
		//$('.bloc.toggle').selectToggle();

		// Init scroll du block pack mini
		$('.bloc_pack_mini').blockPacksScroll();
		
		// Init togglecalendar
		$('.togglecalendar').togglecalendar();
		
		// Init packTool
	//	$('.the_pack').packtool();
	}
);

$.extend(
	$.datepicker,{
		_checkOffset:function(inst,offset,isFixed)
		{
			return offset;
		}
	}
);

/*


$(function() {
    $('.unroll').click(function() {
        $(this).next('.blocs_adress').slideDown();
        $(this).hide();
    });
});

*/




//Select

/*
$(document).ready(function() {
    if($('.transformSelect').size()>0) {$('.transformSelect').sSelect();}
 
*/

   
