/*!
 * VoyagesPourTous.com v.05
 * http://www.voyagespourtous.com
 *
 * @2010, Antoine Fatoux
 *
 * Date: Wed Nov 17 11:26:53 2010 GMT+1
 */


$(function() {
    // Génération des tabs grâce à jQuery Tools
    $("ul.tabs").tabs("div.panes > div");

    // Scrollable pour aficher les promotions
    $("#chained").scrollable({
        circular: true,
        speed: 1000
    }).autoscroll();
    
    
    $('.scroll').jScrollPane({
        scrollbarWidth:10,
        scrollbarMargin:10
    });
    
});

