$(document).ready(function() {
		var root = $(".scroller").scrollable({
			circular: true,
			speed: 700,
			mousewheel: true
			}).autoscroll({
			autoplay: true ,
			interval: 7000
		});
});
// accord&eacute;on article
$(function() { 
$(".accordion").tabs(".accordion div.pane", {tabs: '.accordeonBouton', effect: 'default', initialIndex: 0});

});





// $(document).ready(function() {
// var root = $("#scroller").scrollable({
// circular: true,
// speed: 700,
// mousewheel: true
// }).autoscroll({
// autoplay: true,
// interval: 7000
// });
// window.api = root.data("scrollable");
// });
// /*diaporama*/
// $(document).ready(function() {
// $('#play').hide();
// $('a#pause').click(function() {
//     $('#pause').hide('');
// 	$('#play').show('');
//     return false;
//   }); 
//   $('a#play').click(function() {
//     $('#play').hide('');
// 	$('#pause').show('');
//     return false;
//   });  
// });

